File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Docker Environment Variables
2
2
# https://docs.zammad.org/en/latest/install/docker-compose/environment.html
3
3
4
- # ELASTICSEARCH_VERSION=8.17.0
4
+ # ELASTICSEARCH_VERSION=8.17.1
5
5
# IMAGE_REPO=ghcr.io/zammad/zammad
6
6
# MEMCACHE_SERVERS=zammad-memcached:11211
7
- # MEMCACHE_VERSION=1.6.34 -alpine
7
+ # MEMCACHE_VERSION=1.6.36 -alpine
8
8
# NGINX_PORT=8080
9
9
# NGINX_EXPOSE_PORT=8080
10
10
# NGINX_CLIENT_MAX_BODY_SIZE=50M
19
19
# REDIS_VERSION=7.4.2-alpine
20
20
# RESTART=always
21
21
# Use a fixed version. You are responsible to update this to newer patch level versions yourself.
22
- # VERSION=6.4.1-29
22
+ # VERSION=6.4.1-45
23
23
# You can also use floating versions that will give you automatic updates:
24
24
# VERSION=6.2 # all patchlevel updates
25
25
# VERSION=6 # including minor updates
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ x-shared:
47
47
LETSENCRYPT_HOST :
48
48
LETSENCRYPT_EMAIL :
49
49
50
- image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-29 }
50
+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-45 }
51
51
restart : ${RESTART:-always}
52
52
volumes :
53
53
- zammad-storage:/opt/zammad/storage
@@ -67,7 +67,7 @@ services:
67
67
user : 0:0
68
68
69
69
zammad-elasticsearch :
70
- image : bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.17.0 }
70
+ image : bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.17.1 }
71
71
restart : ${RESTART:-always}
72
72
volumes :
73
73
- elasticsearch-data:/bitnami/elasticsearch/data
@@ -82,7 +82,7 @@ services:
82
82
83
83
zammad-memcached :
84
84
command : memcached -m 256M
85
- image : memcached:${MEMCACHE_VERSION:-1.6.34 -alpine}
85
+ image : memcached:${MEMCACHE_VERSION:-1.6.36 -alpine}
86
86
restart : ${RESTART:-always}
87
87
88
88
zammad-nginx :
You can’t perform that action at this time.
0 commit comments