limit port exposition to internal address

This commit is contained in:
2024-12-23 12:22:09 +01:00
parent db394394c8
commit 5690769c5a

View File

@@ -6,8 +6,6 @@ services:
restart: "unless-stopped"
environment:
GUACD_LOG_LEVEL: "debug"
ports:
- "4822:4822"
networks:
guacamole:
@@ -26,7 +24,7 @@ services:
POSTGRESQL_USER: "${DB_USER}"
POSTGRESQL_PASSWORD: "${DB_PORT}"
ports:
- "8080:8080"
- "10.0.0.1:8080:8080"
networks:
guacamole: