From 63f0fd2fd38d3cad3b33e0f7a2ac55c1ec5acc3b Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Wed, 5 Dec 2018 17:31:36 -0500 Subject: [PATCH] Added public-proxy for Traefik Not sure if it actually makes a difference that it's listed, but I'll continue going with it until I know for sure. --- templates/PHPMyAdmin/0/docker-compose.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/PHPMyAdmin/0/docker-compose.yml b/templates/PHPMyAdmin/0/docker-compose.yml index 531b3ec..f7832ff 100644 --- a/templates/PHPMyAdmin/0/docker-compose.yml +++ b/templates/PHPMyAdmin/0/docker-compose.yml @@ -31,9 +31,12 @@ services: {{- 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: \ No newline at end of file + db-admin: + public-proxy: + external: true \ No newline at end of file