upt playbook

This commit is contained in:
jaydee
2023-09-27 11:42:08 +02:00
parent 1ca274c3fc
commit 287900f9c4

View File

@ -3,9 +3,9 @@ version: '2'
services:
openldap:
image: bitnami/openldap:latest
ports:
- '1389:1389'
- '1636:1636'
#ports:
# - '1389:1389'
# - '1636:1636'
environment:
- LDAP_SKIP_DEFAULT_TREE=yes
- LDAP_ROOT=dc=sectorq,dc=eu
@ -26,4 +26,4 @@ services:
- '/share/docker_data/openldap/ldifs:/ldifs'
- '/share/docker_data/openldap/custom:/custom'
network_mode: bridge
network_mode: host