mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
11 lines
134 B
YAML
11 lines
134 B
YAML
openldap:
|
|
image: cnry/openldap
|
|
environment:
|
|
SLAPD_PASSWORD: grafana
|
|
SLAPD_DOMAIN: grafana.org
|
|
ports:
|
|
- "389:389"
|
|
|
|
|
|
|