diff --git a/docker-compose.yml b/docker-compose.yml index 4baec46..ecae5b0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ version: "2.1" services: identity: - image: alfresco/alfresco-identity-service:1.3 + image: alfresco/alfresco-identity-service:1.4.0 user: jboss environment: KEYCLOAK_USER: admin @@ -19,7 +19,7 @@ services: aliases: - "${IDENTITY_SERVICE_HOST}" healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8080/auth"] + test: ["CMD", "curl", "-f", "http://localhost:8080/auth/realms/alfresco"] interval: 10s timeout: 10s # Really long startup times on Windows