From e604efcb71ca3bbff701598969d055d688161985 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 6 Mar 2020 10:59:11 +0100 Subject: Do not expose containers by default in traefik --- support/docker/production/config/traefik.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'support/docker/production/config') diff --git a/support/docker/production/config/traefik.toml b/support/docker/production/config/traefik.toml index d2437fdf8..c0a7cf840 100644 --- a/support/docker/production/config/traefik.toml +++ b/support/docker/production/config/traefik.toml @@ -61,4 +61,7 @@ entryPoint = "https" # # Required # - entryPoint = "http" \ No newline at end of file + entryPoint = "http" + +[docker] + exposedByDefault = false \ No newline at end of file -- cgit v1.2.3