mirror of
https://github.com/containous/traefik.git
synced 2025-08-25 13:49:32 +03:00
Actually the current Marathon default for exposedByDefault is true, as
… we can see in https://github.com/containous/traefik/blob/master/configuration.go “defaultMarathon.ExposedByDefault = true”
This commit is contained in:
@ -793,7 +793,7 @@ domain = "marathon.localhost"
|
|||||||
# Expose Marathon apps by default in traefik
|
# Expose Marathon apps by default in traefik
|
||||||
#
|
#
|
||||||
# Optional
|
# Optional
|
||||||
# Default: false
|
# Default: true
|
||||||
#
|
#
|
||||||
# exposedByDefault = true
|
# exposedByDefault = true
|
||||||
|
|
||||||
|
@ -425,12 +425,12 @@
|
|||||||
# key = "/etc/ssl/docker.key"
|
# key = "/etc/ssl/docker.key"
|
||||||
# insecureskipverify = true
|
# insecureskipverify = true
|
||||||
|
|
||||||
# Constraints
|
# Constraints
|
||||||
#
|
#
|
||||||
# Optional
|
# Optional
|
||||||
#
|
#
|
||||||
# constraints = ["tag==api", "tag==he*ld"]
|
# constraints = ["tag==api", "tag==he*ld"]
|
||||||
# Matching with containers having the label "traefik.tags" set to "api,helloworld"
|
# Matching with containers having the label "traefik.tags" set to "api,helloworld"
|
||||||
# ex: $ docker run -d -P --label traefik.tags=api,helloworld emilevauge/whoami
|
# ex: $ docker run -d -P --label traefik.tags=api,helloworld emilevauge/whoami
|
||||||
|
|
||||||
|
|
||||||
@ -474,7 +474,7 @@
|
|||||||
# Expose Marathon apps by default in traefik
|
# Expose Marathon apps by default in traefik
|
||||||
#
|
#
|
||||||
# Optional
|
# Optional
|
||||||
# Default: false
|
# Default: true
|
||||||
#
|
#
|
||||||
# exposedByDefault = true
|
# exposedByDefault = true
|
||||||
|
|
||||||
@ -676,10 +676,10 @@
|
|||||||
# prefix = "traefik"
|
# prefix = "traefik"
|
||||||
|
|
||||||
# Constraints
|
# Constraints
|
||||||
#
|
#
|
||||||
# Optional
|
# Optional
|
||||||
#
|
#
|
||||||
# constraints = ["tag==api", "tag==he*ld"]
|
# constraints = ["tag==api", "tag==he*ld"]
|
||||||
# Matching with containers having this tag: "traefik.tags=api,helloworld"
|
# Matching with containers having this tag: "traefik.tags=api,helloworld"
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
|
Reference in New Issue
Block a user