You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
222 B
11 lines
222 B
openldap:
|
|
container_name: ldap
|
|
build: docker/blocks/openldap
|
|
environment:
|
|
SLAPD_PASSWORD: grafana
|
|
SLAPD_DOMAIN: grafana.org
|
|
SLAPD_ADDITIONAL_MODULES: memberof
|
|
ports:
|
|
- "389:389"
|
|
|
|
|
|
|