Merge pull request #1170 from seb-jean/patch-1

[Mercure] remove -config by --config
This commit is contained in:
Fabien Potencier
2023-01-24 13:01:30 +01:00
committed by GitHub
+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"