Update traefik.yml
remove unnecessary swarm default option
This commit is contained in:
parent
583bfdcc0a
commit
41eec503a4
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ providers:
|
|||
network: proxy # Add Your Docker Network Name Here
|
||||
# Default host rule to containername.domain.example
|
||||
defaultRule: "Host(`{{ index .Labels \"com.docker.compose.service\"}}.example.com`)" # change 'example.com' to your proxy domain
|
||||
swarmModeRefreshSeconds: 15s
|
||||
exposedByDefault: false
|
||||
|
||||
# Use letsencrypt to generate ssl certificates
|
||||
|
|
|
|||
Loading…
Reference in a new issue