You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The proxy service is configured through:
28
28
-`TRAEFIK_LOG_LEVEL` - Log level (default: INFO, DEBUG in dev image)
29
29
-`ENABLE_DASHBOARD` - Enable traefik web-based dashboard, also sets `debug: true` for now
30
30
-`ENABLE_LOCAL_HTTPS` - Enable TLS using certs provided through `HTTPS_*_FILE`. Can be self-signed (used in dev by default) or manually generated/trusted.
31
-
-`ENABLE_AUTO_HTTPS` - Enable cert retrieval through ACME. Depends on further variables.
31
+
-`ENABLE_AUTO_HTTPS` - Enable cert retrieval through ACME. Depends on further variables. (Overruled by `ENABLE_LOCAL_HTTPS` if both are set)
32
32
-`EXTERNAL_ADDRESS` - domain for which to retrieve cert
33
33
-`ACME_ENDPOINT` - when unset will fallback to traefiks default value for `acme.caServer: https://acme-v02.api.letsencrypt.org/directory`
34
34
-`ACME_EMAIL` - Email Address sent to acme endpoint during cert retrieval
0 commit comments