limit port exposition to internal address
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user