ldap/docker-compose.yml.example

18 lines
350 B
Plaintext
Raw Normal View History

2017-09-09 17:54:45 +02:00
version: '2'
networks:
net:
driver: bridge
2017-09-09 17:54:45 +02:00
services:
slapd:
2018-09-22 21:32:41 +02:00
image: zombi/ldap:latest
2017-09-09 17:54:45 +02:00
environment:
- "ROOTPW=pass"
2018-09-22 21:32:41 +02:00
- "ORGANIZATION=example"
2017-09-09 17:54:45 +02:00
- "DATADIR=/data"
- "CONFDIR=/conf"
volumes:
- ./data/ldap/config:/conf
- ./data/ldap/data:/data