From 128cf3c997cff4fd8e71648b1032f64951e96f2a Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 28 Jun 2020 00:38:20 +1000 Subject: [PATCH] do not need special network if I ignore the default network, composer makes one with DNS discovery on it and its fine --- docker-compose.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b7b0a20..5e73f64 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -380,17 +380,3 @@ services: - /export/docker/container/grafana/grafana/provisioning:/etc/grafana/provisioning env_file: - /export/docker/container/grafana/config.monitoring - - -# override the default network to use the "user-generated" plex-net -# weirdy, ONLY, user-generated networks allow DNS service discovery -# (e.g. comms between containers on the 'name', e.g. nzbget resolves to the -# internal ip on the bridged plex-net for the nzbget container) -# finally, this only worked when the host (mara) had a routable DNS server in -# /etc/resolv.conf -- It used to be a 127.0.0/24 addr, and this won't work in -# a docker network, so it was then rewritten to resolving off of 8.8.8.8 and no -# service discovery :( -networks: - default: - external: - name: media-net