Update example configuration
This commit is contained in:
parent
f6244797b5
commit
146bb620fc
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
slapd:
|
slapd:
|
||||||
build: docker.zom.bi/dockerfiles/ldap:latest
|
image: zombi/ldap:latest
|
||||||
environment:
|
environment:
|
||||||
- "ROOTPW=pass"
|
- "ROOTPW=pass"
|
||||||
- "ORGANIZATION=zombi"
|
- "ORGANIZATION=example"
|
||||||
- "DATADIR=/data"
|
- "DATADIR=/data"
|
||||||
- "CONFDIR=/conf"
|
- "CONFDIR=/conf"
|
||||||
volumes:
|
volumes:
|
Loading…
Reference in a new issue