From 48f9cbaf853419fca3f3d500220920551c94517e Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 11 Jan 2019 16:45:19 -0500 Subject: [PATCH] Removed networks as they are ignored in Rancher --- templates/PHPMyAdmin/0/docker-compose.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/templates/PHPMyAdmin/0/docker-compose.yml b/templates/PHPMyAdmin/0/docker-compose.yml index 007c493..dd66cb8 100644 --- a/templates/PHPMyAdmin/0/docker-compose.yml +++ b/templates/PHPMyAdmin/0/docker-compose.yml @@ -29,15 +29,6 @@ services: {{- else}} traefik.enable: false {{- end}} - networks: - - db-admin # Used to be able to make secure, direct connections to other services in other stacks - - public-proxy # Used for the connection to the Traefik container for public access ports: - "${WEB_PORT}:80" - restart: on-failure - -networks: - db-admin: - external: true - public-proxy: - external: true \ No newline at end of file + restart: on-failure \ No newline at end of file