Update traefik.sample.toml

This commit is contained in:
Ludovic Fernandez 2019-03-25 17:20:04 +01:00 committed by Traefiker Bot
parent d70add10ab
commit a0e2f47679

View file

@ -1,20 +1,9 @@
################################################################ ################################################################
# Global configuration # Global configuration
################################################################ ################################################################
[global]
# Enable debug mode checkNewVersion = true
# sendAnonymousUsage = true
# Optional
# Default: false
#
# debug = true
# Log level
#
# Optional
# Default: "ERROR"
#
# logLevel = "DEBUG"
################################################################ ################################################################
# Entrypoints configuration # Entrypoints configuration
@ -37,7 +26,14 @@
# #
# Optional # Optional
# #
# [traefikLog] [log]
# Log level
#
# Optional
# Default: "ERROR"
#
# logLevel = "DEBUG"
# Sets the filepath for the traefik log. If not specified, stdout will be used. # Sets the filepath for the traefik log. If not specified, stdout will be used.
# Intermediate directories are created if necessary. # Intermediate directories are created if necessary.
@ -121,7 +117,7 @@
################################################################ ################################################################
# Enable Docker configuration backend # Enable Docker configuration backend
[docker] [providers.docker]
# Docker server endpoint. Can be a tcp or a unix socket endpoint. # Docker server endpoint. Can be a tcp or a unix socket endpoint.
# #
@ -130,13 +126,12 @@
# #
# endpoint = "tcp://10.10.10.10:2375" # endpoint = "tcp://10.10.10.10:2375"
# Default domain used. # Default host rule.
# Can be overridden by setting the "traefik.domain" label on a container.
# #
# Optional # Optional
# Default: "" # Default: ""
# #
# domain = "docker.localhost" # DefaultRule = "Host(`{{ normalize .Name }}.docker.localhost`)"
# Expose containers by default in traefik # Expose containers by default in traefik
# #