mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
docker: provide .env to the redis container, too
This commit is contained in:
parent
c62978e192
commit
c864f4b222
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ services:
|
|||
redis:
|
||||
image: redis:5-alpine
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- ./.env
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue