File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ x-mautic-volumes: &mautic-volumes
33 - ./volumes/cron:/opt/mautic/cron:z
44
55x-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
2020services :
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}
You can’t perform that action at this time.
0 commit comments