File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 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
14
+ # VERSION=6.5.0-15
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
Original file line number Diff line number Diff line change 6
6
spec :
7
7
image : " zammad/zammad-docker-compose"
8
8
architecture : " linux/amd64"
9
- tagfilter : " ^6\\ .5\\ .0$"
9
+ # tagfilter: "^6\\.5\\.0$"
10
10
# tagfilter: "^6\\.5\\.0-\\d{1}"
11
- # tagfilter: "^6\\.5\\.0-\\d{2}"
11
+ tagfilter : " ^6\\ .5\\ .0-\\ d{2}"
12
12
# tagfilter: "^6\\.5\.0-\\d{3}"
13
13
elasticsearch :
14
14
kind : dockerimage
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}
55
+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.0-15 }
56
56
restart : ${RESTART:-always}
57
57
volumes :
58
58
- zammad-storage:/opt/zammad/storage
You can’t perform that action at this time.
0 commit comments