1
0
Fork 0

docker: provide .env to the redis container, too

This commit is contained in:
Sven Fischer 2019-11-01 23:58:50 +01:00
parent c62978e192
commit c864f4b222
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ services:
redis:
image: redis:5-alpine
restart: unless-stopped
env_file:
- ./.env
ports:
- "6379:6379"
volumes: