fix: bind ports on localhost for external proxy

This commit is contained in:
Michael Barz
2025-11-20 10:35:37 +01:00
parent 5873484022
commit 6a5950da36
3 changed files with 9 additions and 8 deletions

View File

@@ -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"