mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-27 07:03:36 +00:00
Update traefik.yml
remove unnecessary swarm default option
This commit is contained in:
parent
583bfdcc0a
commit
41eec503a4
@ -103,7 +103,6 @@ providers:
|
|||||||
network: proxy # Add Your Docker Network Name Here
|
network: proxy # Add Your Docker Network Name Here
|
||||||
# Default host rule to containername.domain.example
|
# Default host rule to containername.domain.example
|
||||||
defaultRule: "Host(`{{ index .Labels \"com.docker.compose.service\"}}.example.com`)" # change 'example.com' to your proxy domain
|
defaultRule: "Host(`{{ index .Labels \"com.docker.compose.service\"}}.example.com`)" # change 'example.com' to your proxy domain
|
||||||
swarmModeRefreshSeconds: 15s
|
|
||||||
exposedByDefault: false
|
exposedByDefault: false
|
||||||
|
|
||||||
# Use letsencrypt to generate ssl certificates
|
# Use letsencrypt to generate ssl certificates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user