File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
33 traefik :
44 image : traefik:v3.3
55 container_name : traefik
6- restart : always
6+ restart : always
77 ports :
88 - 80:80/tcp # http
99 - 443:443/tcp # https
@@ -29,7 +29,7 @@ services:
2929 extra_hosts :
3030 - host.docker.internal:172.17.0.1
3131 networks :
32- - proxy
32+ - proxy
3333
3434networks :
3535 proxy :
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ providers:
123123 docker :
124124 watch : true
125125 network : proxy # Add Your Docker Network Name Here
126+ # endpoint: "tcp://socket-proxy:2375"
126127 # Default host rule to containername.domain.example
127128 defaultRule : " Host(`{{ index .Labels \" com.docker.compose.service\" }}.example.com`)" # change 'example.com' to your proxy domain
128129 exposedByDefault : false
You can’t perform that action at this time.
0 commit comments