Update example configuration
This commit is contained in:
parent
f6244797b5
commit
146bb620fc
1 changed files with 2 additions and 2 deletions
17
docker-compose.yml.example
Normal file
17
docker-compose.yml.example
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue