From aa6043a7bdba9dd5f62ddcba8c237ac2380ecf93 Mon Sep 17 00:00:00 2001 From: mithomas Date: Wed, 20 Mar 2019 22:34:13 +0100 Subject: [PATCH] Remove redundant explicit name for ldap-net. (#117) Since the custom name for the network ldap-net is identical to the default, this line is redundant. --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9d390ed..a097444 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -504,5 +504,4 @@ networks: kopano-net: driver: bridge ldap-net: - name: ldap-net driver: bridge