Skip to content

Commit

Permalink
fix ldap container
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Aug 7, 2024
1 parent 4d82579 commit 4d20d03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ services:
LDAP_ORGANISATION: ownCloud
LDAP_ADMIN_PASSWORD: admin
LDAP_TLS_VERIFY_CLIENT: never
LDAP_TLS: "false"
HOSTNAME: ldap
healthcheck:
test: ldapsearch -x -h localhost -b dc=owncloud,dc=com -D "cn=admin,dc=owncloud,dc=com" -w admin
interval: 5s
Expand Down

0 comments on commit 4d20d03

Please sign in to comment.