a few tweaks to fix problems I found

This commit is contained in:
Brennen Raimer
2019-03-03 14:07:14 -05:00
parent 24b0057bfb
commit feb6eb2d7a
4 changed files with 22 additions and 14 deletions

View File

@@ -11,8 +11,8 @@ defaultEntryPoints = ["https","http"]
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[entryPoints.traefik]
address = ":8080"
# [entryPoints.traefik]
# address = ":8080"
[retry]
@@ -67,9 +67,13 @@ defaultEntryPoints = ["https","http"]
# Enable web configuration backend
# https://docs.traefik.io/configuration/api/
[api]
entryPoint = "traefik"
dashboard = true
#[api]
#entryPoint = "traefik"
#dashboard = true
[file]
directory = "/etc/traefik/rules"
watch = true
[docker]
endpoint = "unix:///var/run/docker.sock"