remove TCP ports for redis (it only listens on a unix domain socket)

This commit is contained in:
Ryan Petrello
2020-06-09 12:29:33 -04:00
parent 277b6897fa
commit 0ad78874ce
3 changed files with 1 additions and 9 deletions

View File

@@ -55,8 +55,6 @@ services:
redis:
image: redis:latest
container_name: tools_redis_1
ports:
- "6379:6379"
user: ${CURRENT_UID}
volumes:
- "./redis/redis.conf:/usr/local/etc/redis/redis.conf"