Skip to content

Instantly share code, notes, and snippets.

@mephir
Last active March 24, 2020 15:50
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 mephir/edc155b7a411fb8955f82c103f6b25b2 to your computer and use it in GitHub Desktop.
Save mephir/edc155b7a411fb8955f82c103f6b25b2 to your computer and use it in GitHub Desktop.
Traefik v2 default config file
entryPoints:
web:
address: ":80"
websecure:
address: ":443"
traefik:
address: ":8080"
api:
dashboard: true
insecure: true
providers:
docker:
exposedByDefault: false
network: web
file:
directory: /etc/traefik/includes
log:
filePath: "/var/log/traefik/traefik.log"
level: DEBUG
accessLog:
filePath: "/var/log/traefik/access.log"
bufferingSize: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment