Add internal network, Make names descriptive

This commit is contained in:
madmaurice 2017-09-09 18:27:16 +02:00 committed by Hive
parent d559c78f87
commit ada4a59467

View file

@ -1,10 +1,12 @@
version: '2' version: '2'
networks:
net:
driver: bridge
services: services:
ldap: slapd:
build: . build: docker.zom.bi/dockerfiles/ldap:latest
ports:
- "3810:389"
environment: environment:
- "ROOTPW=pass" - "ROOTPW=pass"
- "ORGANIZATION=zombi" - "ORGANIZATION=zombi"