We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf68e6 commit 9b72b9aCopy full SHA for 9b72b9a
traefik_stack6/stack-proxy.yml
@@ -101,15 +101,14 @@ services:
101
- --defaultentrypoints=http,https
102
- --acme
103
- --acme.email=relations@firepress.org
104
- - --acme.dnsChallenge
105
- - --acme.dnsChallenge.provider=digitalocean
106
- - --acme.domains=*.firepress.link,firepress.link
+ - --acme.httpchallenge
+ - --acme.httpchallenge.entrypoint=http
107
- --acme.entryPoint=https
108
- --acme.onhostrule=true
109
- --acme.storage=/etc/traefik/acme/acme.json
110
- --acme.caserver=https://acme-v02.api.letsencrypt.org/directory
111
- --acme.acmelogging=true
112
- - --logLevel=INFO
+ - --logLevel=ERROR
113
- --api=true
114
deploy:
115
mode: replicated
0 commit comments