mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-22 21:01:57 +00:00
fix(docker): restrict Redis port binding to local interface
This commit is contained in:
@@ -49,7 +49,8 @@ services:
|
||||
container_name: libredesk_redis
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6379:6379"
|
||||
# Only bind on the local interface.
|
||||
- "127.0.0.1:6379:6379"
|
||||
networks:
|
||||
- libredesk
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user