From 1b80cc9dbae66f24d60ed7c3434ab25bfb508048 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 11 Jan 2019 16:42:03 -0500 Subject: [PATCH] Removed network declaration --- templates/Traefik/0/docker-compose.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/Traefik/0/docker-compose.yml b/templates/Traefik/0/docker-compose.yml index 6a757b7..ff93ae7 100644 --- a/templates/Traefik/0/docker-compose.yml +++ b/templates/Traefik/0/docker-compose.yml @@ -29,7 +29,4 @@ services: - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - /RancherCattle/${DATA_DIR}/Configuration/traefik.toml:/traefik.toml - /RancherCattle/${DATA_DIR}/LetsEncrypt:/etc/traefik/acme # For Let's Encrypt certificates - - /RancherCattle/${DATA_DIR}/Logs:/external/logs - -networks: - public-proxy: \ No newline at end of file + - /RancherCattle/${DATA_DIR}/Logs:/external/logs \ No newline at end of file