Skip to content

Commit dcc0673

Browse files
committed
Update docker compose configuration
- Docker compose file format is now "compose.yml" - "version" field is deprecated - mercure docker runs without the command line (it actually was not working anymore)
1 parent 01839ab commit dcc0673

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ux.symfony.com/docker-compose.override.yml renamed to ux.symfony.com/compose.override.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3'
2-
31
services:
42
###> symfony/mercure-bundle ###
53
mercure:

ux.symfony.com/docker-compose.yml renamed to ux.symfony.com/compose.yml

-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3'
2-
31
services:
42
###> symfony/mercure-bundle ###
53
mercure:
@@ -12,8 +10,6 @@ services:
1210
# Set the URL of your Symfony project (without trailing slash!) as value of the cors_origins directive
1311
MERCURE_EXTRA_DIRECTIVES: |
1412
cors_origins https://127.0.0.1:9044
15-
# Comment the following line to disable the development mode
16-
command: /usr/bin/caddy run --config /etc/caddy/Caddyfile.dev
1713
volumes:
1814
- mercure_data:/data
1915
- mercure_config:/config

0 commit comments

Comments
 (0)