Removed publish port.

This commit is contained in:
László Valkó 2018-07-09 00:37:21 +02:00
parent 8c3070a4a0
commit 60af6dcfa2

View file

@ -5,6 +5,4 @@ services:
build: build:
context: . context: .
container_name: ldap.proxy container_name: ldap.proxy
ports:
- "${EXTERNAL_IP}:${EXTERNAL_PORT}:389"
restart: unless-stopped restart: unless-stopped