aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/config
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-06 10:59:11 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-11-11 16:45:46 +0100
commite604efcb71ca3bbff701598969d055d688161985 (patch)
tree4daa9d677ee5c0da907499433275061f4c712556 /support/docker/production/config
parent1a9b141d835cf3bfe9bdca67f881b520975f9058 (diff)
downloadPeerTube-e604efcb71ca3bbff701598969d055d688161985.tar.gz
PeerTube-e604efcb71ca3bbff701598969d055d688161985.tar.zst
PeerTube-e604efcb71ca3bbff701598969d055d688161985.zip
Do not expose containers by default in traefik
Diffstat (limited to 'support/docker/production/config')
-rw-r--r--support/docker/production/config/traefik.toml5
1 files changed, 4 insertions, 1 deletions
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"
61 # 61 #
62 # Required 62 # Required
63 # 63 #
64 entryPoint = "http" \ No newline at end of file 64 entryPoint = "http"
65
66[docker]
67 exposedByDefault = false \ No newline at end of file