Compare commits

..

No commits in common. "master" and "1.0stable" have entirely different histories.

2 changed files with 3 additions and 5 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,9 +85,7 @@ endpoint = "unix:///var/run/docker.sock"
domain = "czechman.dynvpn.de"
watch = true
exposedByDefault = false
#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
usebindportip = true
network = "traefik"

View File

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