Stand von vor 2 Jahren

This commit is contained in:
Czechman 2021-10-22 01:57:09 +02:00
parent ad6eee033e
commit 074ef27bf0
2 changed files with 1 additions and 3 deletions

View File

@ -50,7 +50,7 @@ logLevel = "DEBUG"
defaultEntryPoints = ["https","http"] defaultEntryPoints = ["https","http"]
[api] [api]
debug = true debug = false
dashboard = true dashboard = true
[entryPoints] [entryPoints]

View File

@ -27,8 +27,6 @@ services:
volumes: volumes:
- /docker/traefik/config/traefik.toml:/etc/traefik/traefik.toml - /docker/traefik/config/traefik.toml:/etc/traefik/traefik.toml
- /docker/traefik/config/acme.json:/acme.json - /docker/traefik/config/acme.json:/acme.json
# - /docker/traefik/config/cert.crt:/integration/fixtures/https/cert.crt
# - /docker/traefik/config/cert.key:/integration/fixtures/https/cert.key
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
container_name: traefik container_name: traefik