Proxy : Make LE rw.
This commit is contained in:
parent
e4744c788a
commit
1f2e07e9ce
|
@ -54,7 +54,7 @@ in {
|
|||
bindMounts = {
|
||||
"/etc/letsencrypt" = {
|
||||
hostPath = "${cfg.storage}/letsencrypt";
|
||||
isReadOnly = true;
|
||||
isReadOnly = false;
|
||||
};
|
||||
"/var/www/.well-known" = {
|
||||
hostPath = "${cfg.storage}/challenge";
|
||||
|
|
Loading…
Reference in a new issue