limit port exposition to internal address
This commit is contained in:
@@ -6,8 +6,6 @@ services:
|
|||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
environment:
|
environment:
|
||||||
GUACD_LOG_LEVEL: "debug"
|
GUACD_LOG_LEVEL: "debug"
|
||||||
ports:
|
|
||||||
- "4822:4822"
|
|
||||||
networks:
|
networks:
|
||||||
guacamole:
|
guacamole:
|
||||||
|
|
||||||
@@ -26,7 +24,7 @@ services:
|
|||||||
POSTGRESQL_USER: "${DB_USER}"
|
POSTGRESQL_USER: "${DB_USER}"
|
||||||
POSTGRESQL_PASSWORD: "${DB_PORT}"
|
POSTGRESQL_PASSWORD: "${DB_PORT}"
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "10.0.0.1:8080:8080"
|
||||||
networks:
|
networks:
|
||||||
guacamole:
|
guacamole:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user