From d86895d262c0eabfd1500059bd009b517b8ab438 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 19 Mar 2019 09:52:03 +0200 Subject: [PATCH] Removed Traefik dashboard port binding Co-Authored-By: demestav --- {{cookiecutter.project_slug}}/production.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/production.yml b/{{cookiecutter.project_slug}}/production.yml index b818d058f..88cf8773c 100644 --- a/{{cookiecutter.project_slug}}/production.yml +++ b/{{cookiecutter.project_slug}}/production.yml @@ -42,7 +42,6 @@ services: ports: - "0.0.0.0:80:80" - "0.0.0.0:443:443" - - "0.0.0.0:8080:8080" redis: image: redis:3.2