Compare commits

...

3 Commits

Author SHA1 Message Date
Czechman 7c17d567ac caServer wieder aktiviert
Alle Zertifikatsupdates laufen auf: "DNS problem: query timed out looking up" mit acme Error 400. 
Ich habe keine Ahnung woran es genau liegt.
Möglicherweise muss ich bald zu Version 2 migrieren.
https://github.com/traefik/traefik/issues/5103#top
2022-11-24 22:48:24 +00:00
Czechman e6715686ac Usebindportip entfernt - Issue 3943 2022-04-25 17:58:39 +02:00
Czechman 960d6eda2a version von 1.7.4 auf 1.7 geändert. (akt. 1.7.34) 2022-04-25 16:48:44 +02:00
2 changed files with 5 additions and 3 deletions

View File

@ -70,7 +70,7 @@ defaultEntryPoints = ["https","http"]
storage = "acme.json"
onDemand = false
onHostRule = true
# caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
entryPoint = "https"
[acme.httpChallenge]
entryPoint = "http"
@ -85,7 +85,9 @@ endpoint = "unix:///var/run/docker.sock"
domain = "czechman.dynvpn.de"
watch = true
exposedByDefault = false
usebindportip = true
#https://github.com/traefik/traefik/issues/3943#issuecomment-425255489
#Fehler laut log: msg="cannot determine the IP address (got 0.0.0.0) for the..."
#usebindportip = true
network = "traefik"

View File

@ -13,7 +13,7 @@ networks:
services:
traefik:
image: traefik:1.7.4
image: traefik:1.7
restart: always
environment:
- PUID=1000