1
0
Fork 0

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

This reverts commit d4e1123ea7.
This commit is contained in:
Sven Fischer 2019-11-03 11:45:03 +01:00
parent 6d40876ae8
commit d8a8c2d83d
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ services:
restart: unless-stopped
env_file:
- ./.env
ports:
- "6379:6379"
volumes:
- "redis-data:/data"
networks: