From 427f51cb8f6f667f10cf10b541165a19a3d7fabe Mon Sep 17 00:00:00 2001 From: seb-jean Date: Tue, 24 Jan 2023 12:50:28 +0100 Subject: [PATCH] remove -config by --config --- 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 9df7a458..1d1895a0 100644 --- a/symfony/mercure-bundle/0.3/manifest.json +++ b/symfony/mercure-bundle/0.3/manifest.json @@ -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"