mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
fix: bind ports on localhost for external proxy
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
services:
|
||||
keycloak:
|
||||
ports:
|
||||
- "9000:9000"
|
||||
- "8080:8080"
|
||||
# expose the keycloak server on localhost
|
||||
- "127.0.0.1:9000:9000"
|
||||
- "127.0.0.1:8080:8080"
|
||||
|
||||
Reference in New Issue
Block a user