Add internal network, Make names descriptive
This commit is contained in:
parent
d559c78f87
commit
ada4a59467
1 changed files with 6 additions and 4 deletions
|
@ -1,10 +1,12 @@
|
|||
version: '2'
|
||||
|
||||
networks:
|
||||
net:
|
||||
driver: bridge
|
||||
|
||||
services:
|
||||
ldap:
|
||||
build: .
|
||||
ports:
|
||||
- "3810:389"
|
||||
slapd:
|
||||
build: docker.zom.bi/dockerfiles/ldap:latest
|
||||
environment:
|
||||
- "ROOTPW=pass"
|
||||
- "ORGANIZATION=zombi"
|
||||
|
|
Loading…
Reference in a new issue