Compare commits
3 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
7c17d567ac | |
|
|
e6715686ac | |
|
|
960d6eda2a |
|
|
@ -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,7 +85,9 @@ endpoint = "unix:///var/run/docker.sock"
|
||||||
domain = "czechman.dynvpn.de"
|
domain = "czechman.dynvpn.de"
|
||||||
watch = true
|
watch = true
|
||||||
exposedByDefault = false
|
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"
|
network = "traefik"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:1.7.4
|
image: traefik:1.7
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue