Skip to content

Instantly share code, notes, and snippets.

@dniel
Created September 14, 2018 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dniel/3d03a08da54c8461611d3142a31bc3bf to your computer and use it in GitHub Desktop.
Save dniel/3d03a08da54c8461611d3142a31bc3bf to your computer and use it in GitHub Desktop.
Updated traefik toml
debug = false
checkNewVersion = false
[entryPoints]
[entryPoints.http]
address = ":4032"
[entryPoints.dash]
address = ":8081"
# Activate API and Dashboard
[api]
entryPoint = "dash"
dashboard = true
[accessLog]
[file]
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment