From 1f2e07e9ced4b77052db993fabdf7c7891b62c9a Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 13 Jul 2024 16:15:15 +0300 Subject: [PATCH] Proxy : Make LE rw. --- container/Proxy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Proxy.nix b/container/Proxy.nix index 19fa520..2d85ec8 100644 --- a/container/Proxy.nix +++ b/container/Proxy.nix @@ -54,7 +54,7 @@ in { bindMounts = { "/etc/letsencrypt" = { hostPath = "${cfg.storage}/letsencrypt"; - isReadOnly = true; + isReadOnly = false; }; "/var/www/.well-known" = { hostPath = "${cfg.storage}/challenge";