docker und acme domains angepasst

This commit is contained in:
MatthiasCzech 2019-02-05 01:36:03 +01:00
parent 0a762f67be
commit b1381b2490
1 changed files with 5 additions and 2 deletions

View File

@ -72,8 +72,8 @@ onHostRule = true
[acme.httpChallenge] [acme.httpChallenge]
entryPoint = "http" entryPoint = "http"
[[acme.domains]] [[acme.domains]]
main = "*.czechman.dynvpn.de" main = "czechman.dynvpn.de"
sans = ["czechman.dynvpn.de"]
[retry] [retry]
@ -82,4 +82,7 @@ endpoint = "unix:///var/run/docker.sock"
domain = "czechman.dynvpn.de" domain = "czechman.dynvpn.de"
watch = true watch = true
exposedByDefault = false exposedByDefault = false
usebindportip = true
network = "traefik"