fix
This commit is contained in:
parent
44c0e703ce
commit
962420478d
@ -54,6 +54,10 @@ services:
|
||||
- "6379:6379"
|
||||
environment:
|
||||
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
||||
command:
|
||||
- mkdir /etc/redis
|
||||
- echo "requirepass $REDIS_PASSWORD" > /etc/redis/redis.conf
|
||||
- redis-server
|
||||
deploy:
|
||||
mode: replicated
|
||||
restart_policy:
|
||||
|
Loading…
Reference in New Issue
Block a user