File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
# Use a fixed Zammad version rather than the default. If you do so,
13
13
# you are responsible to update this to newer patch level versions yourself.
14
- # VERSION=6.5.0-53
14
+ # VERSION=6.5.0-75
15
15
# You can also use floating versions that will give you automatic updates:
16
16
# VERSION=6.2 # all patchlevel updates
17
17
# VERSION=6 # including minor updates
24
24
# MEMCACHE_VERSION=1.6.38-alpine
25
25
# REDIS_URL=redis://zammad-redis:6379
26
26
# REDIS_VERSION=7.4.3-alpine
27
- # POSTGRES_VERSION=17.4 -alpine
27
+ # POSTGRES_VERSION=17.5 -alpine
28
28
29
29
# RAILS_TRUSTED_PROXIES=
30
30
# ZAMMAD_HTTP_TYPE=
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ x-shared:
52
52
LETSENCRYPT_HOST :
53
53
LETSENCRYPT_EMAIL :
54
54
55
- image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.0-53 }
55
+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.0-75 }
56
56
restart : ${RESTART:-always}
57
57
volumes :
58
58
- zammad-storage:/opt/zammad/storage
@@ -112,7 +112,7 @@ services:
112
112
POSTGRES_DB : ${POSTGRES_DB:-zammad_production}
113
113
POSTGRES_USER : ${POSTGRES_USER:-zammad}
114
114
POSTGRES_PASSWORD : ${POSTGRES_PASS:-zammad}
115
- image : postgres:${POSTGRES_VERSION:-17.4 -alpine}
115
+ image : postgres:${POSTGRES_VERSION:-17.5 -alpine}
116
116
restart : ${RESTART:-always}
117
117
volumes :
118
118
- postgresql-data:/var/lib/postgresql/data
You can’t perform that action at this time.
0 commit comments