mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
remove TCP ports for redis (it only listens on a unix domain socket)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user