File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
# REDIS_VERSION=7.4.2-alpine
17
17
# RESTART=always
18
18
# Use a fixed version. You are responsible to update this to newer patch level versions yourself.
19
- # VERSION=6.4.1-19
19
+ # VERSION=6.4.1-29
20
20
# You can also use floating versions that will give you automatic updates:
21
21
# VERSION=6.2 # all patchlevel updates
22
22
# VERSION=6 # including minor updates
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ x-shared:
38
38
ZAMMAD_SESSION_JOBS :
39
39
ZAMMAD_PROCESS_SCHEDULED :
40
40
ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS :
41
- image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-19 }
41
+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-29 }
42
42
restart : ${RESTART:-always}
43
43
volumes :
44
44
- zammad-storage:/opt/zammad/storage
You can’t perform that action at this time.
0 commit comments