Merge branch '3.3.x'

This commit is contained in:
Andy Wilkinson
2024-06-27 10:59:18 +01:00

View File

@@ -0,0 +1,11 @@
services:
ldap:
image: '{imageName}'
environment:
- 'LDAP_DOMAIN=ldap.example.org'
- 'LDAP_ADMIN_PASSWORD=somepassword'
- 'LDAP_TLS=true'
hostname: ldap
ports:
- "389"
- "636"