fix
This commit is contained in:
parent
3e8f126478
commit
76b0e2ed52
@ -52,13 +52,6 @@ services:
|
|||||||
image: redis
|
image: redis
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
environment:
|
|
||||||
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
|
||||||
entrypoint:
|
|
||||||
- /bin/sh
|
|
||||||
command:
|
|
||||||
- echo $REDIS_PASSWORD
|
|
||||||
- redis-server
|
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
Loading…
Reference in New Issue
Block a user