From 0d8bf9b46dc45400b2d3c8b0a8339fcd63410ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=BCnther?= Date: Wed, 2 Jan 2019 20:00:11 +0100 Subject: [PATCH] split kopano networking into kopanonet and ldap-net --- docker-compose.yml-example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml-example b/docker-compose.yml-example index bc74463..d57e39b 100644 --- a/docker-compose.yml-example +++ b/docker-compose.yml-example @@ -39,7 +39,6 @@ services: - slapd:/etc/ldap/slapd.d networks: - ldap-net - - kopanonet ldap-admin: image: osixia/phpldapadmin:0.7.2 @@ -105,6 +104,7 @@ services: - REPORT_RECIPIENT=1 networks: - kopanonet + - ldap-net #dns: 1.1.1.1 # using Google DNS can lead to lookup errors uncomment this option and # set to the ip of a trusted dns service (Cloudflare is given as an example). # See https://github.com/zokradonh/kopano-docker/issues/52 for more information. @@ -174,6 +174,7 @@ services: - ADDITIONAL_KOPANO_PACKAGES=${ADDITIONAL_KOPANO_PACKAGES} networks: - kopanonet + - ldap-net volumes: - kopanodata/:/kopano/data - kopanossl/:/kopano/ssl