mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-31 17:33:17 +00:00
Revert "docker: expose redis port so the app can connect to it"
This reverts commit d4e1123ea7
.
This commit is contained in:
parent
6d40876ae8
commit
d8a8c2d83d
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
ports:
|
|
||||||
- "6379:6379"
|
|
||||||
volumes:
|
volumes:
|
||||||
- "redis-data:/data"
|
- "redis-data:/data"
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in a new issue