Fix Rancher backend left in uncommented state
This commit is contained in:
parent
4ce2c8cc34
commit
29bada9ae3
1 changed files with 4 additions and 4 deletions
|
@ -996,28 +996,28 @@
|
|||
#
|
||||
# Optional
|
||||
#
|
||||
[rancher]
|
||||
#[rancher]
|
||||
|
||||
# Default domain used.
|
||||
# Can be overridden by setting the "traefik.domain" label on an service.
|
||||
#
|
||||
# Required
|
||||
#
|
||||
domain = "rancher.localhost"
|
||||
#domain = "rancher.localhost"
|
||||
|
||||
# Enable watch Rancher changes
|
||||
#
|
||||
# Optional
|
||||
# Default: true
|
||||
#
|
||||
Watch = true
|
||||
#Watch = true
|
||||
|
||||
# Expose Rancher services by default in traefik
|
||||
#
|
||||
# Optional
|
||||
# Default: true
|
||||
#
|
||||
ExposedByDefault = false
|
||||
#ExposedByDefault = false
|
||||
|
||||
# Endpoint to use when connecting to Rancher
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue