mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Revert "docker: provide .env to the redis container, too"
This reverts commit c864f4b222
.
This commit is contained in:
parent
d8a8c2d83d
commit
63514075bd
1 changed files with 0 additions and 2 deletions
|
@ -72,8 +72,6 @@ services:
|
||||||
redis:
|
redis:
|
||||||
image: redis:5-alpine
|
image: redis:5-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
|
||||||
- ./.env
|
|
||||||
volumes:
|
volumes:
|
||||||
- "redis-data:/data"
|
- "redis-data:/data"
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in a new issue