diff --git a/config/traefik.toml b/config/traefik.toml index 69bbcbd..ad033b8 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -50,7 +50,7 @@ logLevel = "DEBUG" defaultEntryPoints = ["https","http"] [api] -debug = true +debug = false dashboard = true [entryPoints] diff --git a/docker-compose.traefik.yml b/docker-compose.traefik.yml index 5ccf7f2..7a3a8a8 100644 --- a/docker-compose.traefik.yml +++ b/docker-compose.traefik.yml @@ -27,8 +27,6 @@ services: volumes: - /docker/traefik/config/traefik.toml:/etc/traefik/traefik.toml - /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 container_name: traefik