Presque fini
This commit is contained in:
@@ -5,6 +5,11 @@ services:
|
|||||||
hostname: ldap
|
hostname: ldap
|
||||||
volumes:
|
volumes:
|
||||||
- 'openldap_certs:/container/service/slapd/assets/certs'
|
- 'openldap_certs:/container/service/slapd/assets/certs'
|
||||||
|
- 'openldap_datas:/var/lib/ldap'
|
||||||
|
- 'openldap_slapd:/etc/ldap/slapd.d'
|
||||||
|
ports:
|
||||||
|
- 389:389
|
||||||
|
- 636:636
|
||||||
environment:
|
environment:
|
||||||
- LDAP_TLS_CRT_FILENAME=my-ldap.crt
|
- LDAP_TLS_CRT_FILENAME=my-ldap.crt
|
||||||
- LDAP_TLS_KEY_FILENAME=my-ldap.key
|
- LDAP_TLS_KEY_FILENAME=my-ldap.key
|
||||||
|
|||||||
Reference in New Issue
Block a user