File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 1
- defaultEntryPoints = [" http" , " https " ]
1
+ defaultEntryPoints = [" http" ]
2
2
3
3
[entryPoints ]
4
4
[entryPoints .dashboard ]
@@ -17,11 +17,11 @@ defaultEntryPoints = ["http", "https"]
17
17
[api ]
18
18
entrypoint =" dashboard"
19
19
20
- [acme ]
21
- email = " your_email@your_domain.net"
22
- storage = " acme.json"
23
- entryPoint = " https"
24
- caServer = " https://acme-staging-v02.api.letsencrypt.org/directory"
25
- onHostRule = true
26
- [acme .httpChallenge ]
27
- entryPoint = " http"
20
+ # [acme]
21
+ # email = "your_email@your_domain.net"
22
+ # storage = "acme.json"
23
+ # entryPoint = "https"
24
+ # caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
25
+ # onHostRule = true
26
+ # [acme.httpChallenge]
27
+ # entryPoint = "http"
Original file line number Diff line number Diff line change @@ -90,10 +90,7 @@ services:
90
90
- " traefik.enable=true"
91
91
- " traefik.logLevel=DEBUG"
92
92
- " traefik.port=8080"
93
- - " traefik.passHostHeader=true"
94
- - " traefik.frontend.entryPoints=http"
95
- - " traefik.backend.loadbalancer.method=wrr"
96
- - " traefik.backend.loadbalancer.swarm=true"
93
+
97
94
98
95
# by Pascal Andy | https://pascalandy.com/
99
96
# https://github.com/pascalandy/docker-stack-this
You can’t perform that action at this time.
0 commit comments