nginx
This commit is contained in:
parent
b879e4eb72
commit
b289a7901a
@ -55,7 +55,7 @@ services:
|
|||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
environment:
|
environment:
|
||||||
REDIS_PASSWORD: $REDIS_PASSWORD_PROD
|
REDIS_PASSWORD: $REDIS_PASSWORD_PROD
|
||||||
command: /bin/sh -c 'redis-server --appendonly yes --requirepass ${REDIS_PASSWORD}'
|
command: /bin/sh -c 'redis-server --requirepass $$REDIS_PASSWORD'
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
Loading…
Reference in New Issue
Block a user