File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# POSTGRES_VERSION=15.8-alpine
1313# POSTGRESQL_OPTIONS=?pool=50
1414# REDIS_URL=redis://zammad-redis:6379
15- # REDIS_VERSION=7.4.0 -alpine
15+ # REDIS_VERSION=7.4.1 -alpine
1616# RESTART=always
1717# Use a fixed version. You are responsible to update this to newer patch level versions yourself.
18- # VERSION=6.3.1-185
18+ # VERSION=6.3.1-196
1919# You can also use floating versions that will give you automatic updates:
2020# VERSION=6.2 # all patchlevel updates
2121# VERSION=6 # including minor updates
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ x-shared:
3636 ZAMMAD_SESSION_JOBS :
3737 ZAMMAD_PROCESS_SCHEDULED :
3838 ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS :
39- image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.3.1-185 }
39+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.3.1-196 }
4040 restart : ${RESTART:-always}
4141 volumes :
4242 - zammad-storage:/opt/zammad/storage
@@ -99,7 +99,7 @@ services:
9999 command : ["zammad-railsserver"]
100100
101101 zammad-redis :
102- image : redis:${REDIS_VERSION:-7.4.0 -alpine}
102+ image : redis:${REDIS_VERSION:-7.4.1 -alpine}
103103 restart : ${RESTART:-always}
104104 volumes :
105105 - redis-data:/data
You can’t perform that action at this time.
0 commit comments