diff --git a/config/traefik.toml b/config/traefik.toml index 0ffc6f6..9dd33b3 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -58,7 +58,7 @@ dashboard = true address = ":80" [entryPoints.http.redirect] entryPoint = "https" -# permanent = true + permanent = true [entryPoints.https.auth.basic] users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] [entryPoints.https] @@ -82,6 +82,6 @@ endpoint = "unix:///var/run/docker.sock" domain = "czechman.dynvpn.de" watch = true exposedByDefault = false -# network = "traefik" + network = "traefik"