Skip to content

Commit 1f28c7d

Browse files
committed
Configure Keycloak with OpenLDAP
1 parent c47fa89 commit 1f28c7d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

keycloak/docker-compose.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ services:
4242
container_name: openldap-admin
4343
ports:
4444
- "8000:80"
45-
healthcheck:
46-
test: "curl --fail http://localhost || exit 1"
47-
interval: 5s
48-
timeout: 3s
49-
retries: 5
5045
volumes:
5146
- ./openldap-admin/.env.yaml:/container/environment/01-custom/env.yaml
5247
depends_on:

0 commit comments

Comments
 (0)