Trying out this config #11
@@ -16,12 +16,10 @@ services:
|
|||||||
- --entryPoints=Name:http Address::80 Redirect.EntryPoint:https
|
- --entryPoints=Name:http Address::80 Redirect.EntryPoint:https
|
||||||
- --entryPoints=Name:https Address::443 TLS
|
- --entryPoints=Name:https Address::443 TLS
|
||||||
- --defaultentrypoints=https,http
|
- --defaultentrypoints=https,http
|
||||||
- --docker.watch=true
|
- --certificatesresolvers.letsencrypt.acme.httpchallenge=true
|
||||||
- --acme.email=kovagoadi@gmail.com
|
- --certificatesresolvers.letsencrypt.acme.httpchallenge.entrypoint=http
|
||||||
# - --acme.storage=acme.json
|
- --certificatesresolvers.letsencrypt.acme.email=${EMAIL}
|
||||||
- --acme.entryPoint=https
|
- --certificatesresolvers.letsencrypt.acme.storage=/letsencrypt/acme.json
|
||||||
- --acme.onHostRule=true
|
|
||||||
- --acme.httpchallenge.entrypoint=http
|
|
||||||
ports:
|
ports:
|
||||||
- "${PORT}:80"
|
- "${PORT}:80"
|
||||||
- "8080"
|
- "8080"
|
||||||
|
|||||||
Reference in New Issue
Block a user