fixed hardcoded address
This commit is contained in:
parent
ee43df370f
commit
4562f2c206
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user