remove -config by --config

This commit is contained in:
seb-jean
2023-01-24 12:50:28 +01:00
committed by GitHub
parent f9a3384071
commit 427f51cb8f
+1 -1
View File
@@ -28,7 +28,7 @@
" MERCURE_EXTRA_DIRECTIVES: |",
" cors_origins http://127.0.0.1:8000",
" # Comment the following line to disable the development mode",
" command: /usr/bin/caddy run -config /etc/caddy/Caddyfile.dev",
" command: /usr/bin/caddy run --config /etc/caddy/Caddyfile.dev",
" volumes:",
" - mercure_data:/data",
" - mercure_config:/config"