mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-09 14:25:57 +00:00
chore: adjust traefik
This commit is contained in:
parent
5c311786a1
commit
7987eb8b13
@ -123,6 +123,7 @@ providers:
|
|||||||
docker:
|
docker:
|
||||||
watch: true
|
watch: true
|
||||||
network: proxy # Add Your Docker Network Name Here
|
network: proxy # Add Your Docker Network Name Here
|
||||||
|
#endpoint: "tcp://socket-proxy:2375"
|
||||||
# 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
|
||||||
exposedByDefault: false
|
exposedByDefault: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user