Update example configuration

This commit is contained in:
paul 2018-09-22 21:32:41 +02:00 committed by Hive
parent f6244797b5
commit 146bb620fc

View file

@ -0,0 +1,17 @@
version: '2'
networks:
net:
driver: bridge
services:
slapd:
image: zombi/ldap:latest
environment:
- "ROOTPW=pass"
- "ORGANIZATION=example"
- "DATADIR=/data"
- "CONFDIR=/conf"
volumes:
- ./data/ldap/config:/conf
- ./data/ldap/data:/data