This commit is contained in:
Administrator 2022-08-15 19:57:17 +03:00
parent 9ee170c3c8
commit 3e8f126478

View File

@ -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