Make external IDP LDAP server start automatically

This commit is contained in:
mwllgr
2025-10-25 22:14:08 +02:00
committed by GitHub
parent 4fc30f0330
commit bc338d7ff4

View File

@@ -65,6 +65,7 @@ services:
- ./config/ldap/docker-entrypoint-override.sh:/opt/bitnami/scripts/openldap/docker-entrypoint-override.sh
- ${LDAP_CERTS_DIR:-ldap-certs}:/opt/bitnami/openldap/share
- ${LDAP_DATA_DIR:-ldap-data}:/bitnami/openldap
restart: always
volumes:
ldap-certs: