Skip to content

Instantly share code, notes, and snippets.

@wmnnd
Last active February 14, 2024 00:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wmnnd/f905cc71bdfc4708d31c978e9c70ab65 to your computer and use it in GitHub Desktop.
Save wmnnd/f905cc71bdfc4708d31c978e9c70ab65 to your computer and use it in GitHub Desktop.
Traefik configuration
[log]
level = "WARN"
[providers]
[providers.docker]
exposedByDefault = false
[providers.file]
directory = "/etc/traefik/dynamic"
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.https]
address = ":443"
[certificatesResolvers.lets-encrypt.acme]
storage = "/etc/traefik/acme.json"
email = "foo@example.com"
[certificatesResolvers.lets-encrypt.acme.tlsChallenge]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment