1
0
Fork 0

docker: expose redis port so the app can connect to it

This commit is contained in:
Sven Fischer 2019-11-01 19:55:04 +01:00
parent ffe5070778
commit d4e1123ea7
1 changed files with 2 additions and 0 deletions

View File

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