Skip to content

Commit bfef579

Browse files
authored
[MercureBundle] Change Caddy config filename (#1328)
1 parent 0bdf42c commit bfef579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/mercure-bundle/0.3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
" MERCURE_EXTRA_DIRECTIVES: |",
3030
" cors_origins http://127.0.0.1:8000",
3131
" # Comment the following line to disable the development mode",
32-
" command: /usr/bin/caddy run --config /etc/caddy/Caddyfile.dev",
32+
" command: /usr/bin/caddy run --config /etc/caddy/dev.Caddyfile",
3333
" healthcheck:",
3434
" test: [\"CMD\", \"curl\", \"-f\", \"https://localhost/healthz\"]",
3535
" timeout: 5s",

0 commit comments

Comments
 (0)