From bfef579622b1eb237b2819df7a1ab14386c1d84a Mon Sep 17 00:00:00 2001 From: Romain Monteil Date: Sat, 13 Jul 2024 16:32:15 +0200 Subject: [PATCH] [MercureBundle] Change Caddy config filename (#1328) --- symfony/mercure-bundle/0.3/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/mercure-bundle/0.3/manifest.json b/symfony/mercure-bundle/0.3/manifest.json index 5637bef7..3e21b31e 100644 --- a/symfony/mercure-bundle/0.3/manifest.json +++ b/symfony/mercure-bundle/0.3/manifest.json @@ -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",