debug = false | |
sendAnonymousUsage = false | |
logLevel = "INFO" | |
[traefikLog] | |
filePath = "/var/log/traefik/traefik.log" | |
format = "json" | |
[accessLog] | |
filePath = "/var/log/traefik/access.log" | |
format = "json" | |
defaultEntryPoints = ["http"] | |
[entryPoints] | |
[entryPoints.http] | |
address = ":80" | |
[docker] | |
endpoint = "unix:///var/run/docker.sock" | |
domain = "cibernomadas.es" | |
watch = true | |
exposedByDefault = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment