diff --git a/keycloak/docker-compose.yml b/keycloak/docker-compose.yml index 423880a..a86945a 100644 --- a/keycloak/docker-compose.yml +++ b/keycloak/docker-compose.yml @@ -25,7 +25,6 @@ services: ports: - ${HOST_PORT1}:8080 - ${HOST_PORT2}:8443 - command: start # Use --dev for testing, or 'start' for production healthcheck: # Use a bash-based socket check if curl is missing test: ["CMD-SHELL", "timeout 1 bash -c 'cat < /dev/null > /dev/tcp/127.0.0.1/8080' || exit 1"]