From 4c740e26d72bc3c9db630711e3f5527782566b1c Mon Sep 17 00:00:00 2001 From: Darius Karel Date: Mon, 5 Dec 2016 17:40:06 +0700 Subject: [PATCH] Clarify exposedbydefault behaviour (#904) * docs: clarify exposedbydefault behaviour * docs: sentence clarity --- docs/toml.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/toml.md b/docs/toml.md index ed5db1687..e4e60a664 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -698,6 +698,7 @@ watch = true # filename = "docker.tmpl" # Expose containers by default in traefik +# If set to false, containers that don't have `traefik.enable=true` will be ignored # # Optional # Default: true