fixed hardcoded address

This commit is contained in:
Pierre Tellier 2025-02-03 21:52:07 +01:00
parent ee43df370f
commit 4562f2c206

View File

@ -28,7 +28,7 @@ services:
KC_BOOTSTRAP_ADMIN_USERNAME: ${KEYCLOAK_ADMIN} KC_BOOTSTRAP_ADMIN_USERNAME: ${KEYCLOAK_ADMIN}
KC_BOOTSTRAP_ADMIN_PASSWORD: ${KEYCLOAK_ADMIN_PASSWORD} KC_BOOTSTRAP_ADMIN_PASSWORD: ${KEYCLOAK_ADMIN_PASSWORD}
KC_LOG_LEVEL: info KC_LOG_LEVEL: info
command: ["start-dev", "--http-port", "7080", "--https-port", "7443", "--hostname", "http://localhost.ipb.fr:7080"] command: ["start-dev", "--http-port", "7080", "--https-port", "7443"]
ports: ports:
- "7080:7080" - "7080:7080"
- "7443:7443" - "7443:7443"