Skip to content

Commit 3f4712e

Browse files
committed
[Site] Fixing docker config for mercure
1 parent 7fe7ee2 commit 3f4712e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
MERCURE_EXTRA_DIRECTIVES: |
1414
cors_origins https://127.0.0.1:9044
1515
# Comment the following line to disable the development mode
16-
command: /usr/bin/caddy run -config /etc/caddy/Caddyfile.dev
16+
command: /usr/bin/caddy run --config /etc/caddy/Caddyfile.dev
1717
volumes:
1818
- mercure_data:/data
1919
- mercure_config:/config

0 commit comments

Comments
 (0)