diff --git a/7/docker-compose.yml b/7/docker-compose.yml index f16f447..7e51e8d 100644 --- a/7/docker-compose.yml +++ b/7/docker-compose.yml @@ -25,6 +25,7 @@ services: target: /traefik.yml ports: - 8000:80 + - 8080:8080 networks: proxy: diff --git a/7/traefik.yml b/7/traefik.yml index 0a4ee4d..87e721b 100644 --- a/7/traefik.yml +++ b/7/traefik.yml @@ -1,6 +1,7 @@ api: - dashboard: false + dashboard: true insecure: true + debug: true entryPoints: web: address: ":80"