diff --git a/docker-compose.yml b/docker-compose.yml index fd5f972..c35a3bc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ volumes: # Ensure this is mounted read/write for the container - data_volume:/app/data:rw - command: ["--nodeID", "home", "--config-dir", "/app/data/config","--db","file:/app/data/data.db?_foreign_keys=on", "--enable-cert-issuance", "le-staging=false", "le-webroot-path=/app/data/acme"] + command: ["--nodeID", "home", "--config-dir", "/app/data/config","--db","file:/app/data/data.db?_foreign_keys=on", "--enable-cert-issuance", "webroot-path=/app/data/acme"] # Define the volumes used by the services volumes: