mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
docker: expose redis port so the app can connect to it
This commit is contained in:
parent
ffe5070778
commit
d4e1123ea7
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ services:
|
|||
redis:
|
||||
image: redis:5-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
- "redis-data:/data"
|
||||
networks:
|
||||
|
|
Loading…
Reference in a new issue