mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 05:30:12 +08:00
11 lines
190 B
YAML
11 lines
190 B
YAML
openldap:
|
|
build: blocks/openldap
|
|
environment:
|
|
SLAPD_PASSWORD: grafana
|
|
SLAPD_DOMAIN: grafana.org
|
|
SLAPD_ADDITIONAL_MODULES: memberof
|
|
ports:
|
|
- "389:389"
|
|
|
|
|