mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Merge pull request #1170 from seb-jean/patch-1
[Mercure] remove -config by --config
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user