mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 20:54:22 -06:00
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
openldap:
|
|
build: blocks/openldap
|
|
environment:
|
|
SLAPD_PASSWORD: grafana
|
|
SLAPD_DOMAIN: grafana.org
|
|
SLAPD_ADDITIONAL_MODULES: memberof
|
|
ports:
|
|
- "389:389"
|
|
|
|
|