mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-29 16:47:14 +00:00
[Redis] set password via docker-entrypoint.sh
This commit is contained in:
@@ -43,9 +43,10 @@ services:
|
||||
|
||||
redis-mailcow:
|
||||
image: redis:7-alpine
|
||||
command: '--requirepass ${REDISPASS}'
|
||||
entrypoint: /docker-entrypoint.sh
|
||||
volumes:
|
||||
- redis-vol-1:/data/
|
||||
- ./data/conf/redis/docker-entrypoint.sh:/docker-entrypoint.sh:z
|
||||
restart: always
|
||||
depends_on:
|
||||
- netfilter-mailcow
|
||||
|
||||
Reference in New Issue
Block a user