Compare commits
3 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
7c17d567ac | |
|
|
e6715686ac | |
|
|
960d6eda2a |
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ networks:
|
|||
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:1.7.4
|
||||
image: traefik:1.7
|
||||
restart: always
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
|
|||
Loading…
Reference in New Issue