Skip to content

Commit 10b671a

Browse files
authored
Update docker-compose.yml
1 parent 7b78ce9 commit 10b671a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ x-mautic-volumes: &mautic-volumes
33
- ./volumes/cron:/opt/mautic/cron:z
44

55
x-mautic-environments: &mautic-environments
6-
MAUTIC_VERSION: ${MAUTIC_VERSION:-5.x-dev}
6+
MAUTIC_VERSION: ${MAUTIC_VERSION:-6.0}
77
TZ: ${TZ:-CET}
88
HOST_UID: ${HOST_UID:-1000}
99
HOST_GID: ${HOST_GID:-1000}
@@ -19,7 +19,7 @@ x-mautic-environments: &mautic-environments
1919

2020
services:
2121
mautic_web:
22-
image: ghcr.io/librecodecoop/mautic:${MAUTIC_VERSION:-5.x-dev}-${IMAGE_TYPE:-apache}
22+
image: ghcr.io/librecodecoop/mautic:${MAUTIC_VERSION}-${IMAGE_TYPE:-apache}
2323
# build:
2424
# context: .docker/
2525
# dockerfile: Dockerfile.${IMAGE_TYPE:-apache}
@@ -37,7 +37,7 @@ services:
3737
retries: 100
3838

3939
mautic_cron:
40-
image: ghcr.io/librecodecoop/mautic:${MAUTIC_VERSION:-5.x-dev}-${IMAGE_TYPE:-apache}
40+
image: ghcr.io/librecodecoop/mautic:${MAUTIC_VERSION}-${IMAGE_TYPE:-apache}
4141
# build:
4242
# context: .docker/
4343
# dockerfile: Dockerfile.${IMAGE_TYPE:-apache}
@@ -51,7 +51,7 @@ services:
5151
condition: service_healthy
5252

5353
mautic_worker:
54-
image: ghcr.io/librecodecoop/mautic:${MAUTIC_VERSION:-5.x-dev}-${IMAGE_TYPE:-apache}
54+
image: ghcr.io/librecodecoop/mautic:${MAUTIC_VERSION}-${IMAGE_TYPE:-apache}
5555
# build:
5656
# context: .docker/
5757
# dockerfile: Dockerfile.${IMAGE_TYPE:-apache}

0 commit comments

Comments
 (0)