diff --git a/config/traefik.toml b/config/traefik.toml index 87c2928..0ffc6f6 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -46,12 +46,12 @@ # [backends.dokuwiki] # [backends.dokuwiki.servers.wiki] # url = "http://172.17.0.2:80" +logLevel = "DEBUG" +defaultEntryPoints = ["https","http"] [api] debug = false dashboard = true -logLevel = "DEBUG" -defaultEntryPoints = ["https","http"] [entryPoints] [entryPoints.http]