fix
This commit is contained in:
parent
9ee170c3c8
commit
3e8f126478
@ -54,6 +54,8 @@ services:
|
|||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
environment:
|
environment:
|
||||||
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
||||||
|
entrypoint:
|
||||||
|
- /bin/sh
|
||||||
command:
|
command:
|
||||||
- echo $REDIS_PASSWORD
|
- echo $REDIS_PASSWORD
|
||||||
- redis-server
|
- redis-server
|
||||||
|
Loading…
Reference in New Issue
Block a user