permanent und network reaktivieren
This commit is contained in:
parent
a4adcd5024
commit
f7efca0d73
|
|
@ -58,7 +58,7 @@ dashboard = true
|
||||||
address = ":80"
|
address = ":80"
|
||||||
[entryPoints.http.redirect]
|
[entryPoints.http.redirect]
|
||||||
entryPoint = "https"
|
entryPoint = "https"
|
||||||
# permanent = true
|
permanent = true
|
||||||
[entryPoints.https.auth.basic]
|
[entryPoints.https.auth.basic]
|
||||||
users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
|
users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
|
||||||
[entryPoints.https]
|
[entryPoints.https]
|
||||||
|
|
@ -82,6 +82,6 @@ endpoint = "unix:///var/run/docker.sock"
|
||||||
domain = "czechman.dynvpn.de"
|
domain = "czechman.dynvpn.de"
|
||||||
watch = true
|
watch = true
|
||||||
exposedByDefault = false
|
exposedByDefault = false
|
||||||
# network = "traefik"
|
network = "traefik"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue