diff --git a/docker-compose.yaml b/docker-compose.yaml index f8eaa03..52d9964 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -28,7 +28,7 @@ services: KC_BOOTSTRAP_ADMIN_USERNAME: ${KEYCLOAK_ADMIN} KC_BOOTSTRAP_ADMIN_PASSWORD: ${KEYCLOAK_ADMIN_PASSWORD} 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: - "7080:7080" - "7443:7443"