traefik-vs-nginx-docker/traefik/traefik.toml
2021-01-20 10:44:42 +00:00

12 lines
No EOL
177 B
TOML

[entryPoints]
[entryPoints.web]
address = ":80"
[api]
dashboard = true
insecure = true
[providers.docker]
watch = true
network = "web"
exposedByDefault = false