listening ports

This commit is contained in:
Iwan Clément
2019-06-14 12:08:28 +02:00
parent f2cd111449
commit d2ee8c6b09

View File

@@ -9,8 +9,8 @@ services:
- 'openldap_datas:/var/lib/ldap'
- 'openldap_slapd:/etc/ldap/slapd.d'
ports:
- 389:389
- 636:636
- 1389:389
- 1636:636
environment:
- LDAP_TLS_CRT_FILENAME=my-ldap.crt
- LDAP_TLS_KEY_FILENAME=my-ldap.key