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

View File

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