mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-02 03:38:23 +02:00
[Redis] Rename docker-entrypoint.sh to redis-conf.sh
This commit is contained in:
parent
c1903f121d
commit
b0de756a7c
@ -3,4 +3,5 @@
|
|||||||
cat <<EOF > /redis.conf
|
cat <<EOF > /redis.conf
|
||||||
requirepass $REDISPASS
|
requirepass $REDISPASS
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
exec redis-server /redis.conf
|
exec redis-server /redis.conf
|
@ -43,10 +43,10 @@ services:
|
|||||||
|
|
||||||
redis-mailcow:
|
redis-mailcow:
|
||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
entrypoint: /docker-entrypoint.sh
|
entrypoint: /redis-conf.sh
|
||||||
volumes:
|
volumes:
|
||||||
- redis-vol-1:/data/
|
- redis-vol-1:/data/
|
||||||
- ./data/conf/redis/docker-entrypoint.sh:/docker-entrypoint.sh:z
|
- ./data/conf/redis/redis-conf.sh:/redis-conf.sh:z
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- netfilter-mailcow
|
- netfilter-mailcow
|
||||||
|
Loading…
Reference in New Issue
Block a user