Skip to content

Commit

Permalink
[MercureBundle] Change Caddy config filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ker0x committed Jul 13, 2024
1 parent 0bdf42c commit bd42a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfony/mercure-bundle/0.3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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/dev.Caddyfile",
" healthcheck:",
" test: [\"CMD\", \"curl\", \"-f\", \"https://localhost/healthz\"]",
" timeout: 5s",
Expand Down

0 comments on commit bd42a58

Please sign in to comment.