Enable traefik dashboard for 7

This commit is contained in:
3wc
2025-07-29 17:25:55 +01:00
parent 2d8c9d637c
commit e9e49b46f2
2 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,7 @@ services:
target: /traefik.yml target: /traefik.yml
ports: ports:
- 8000:80 - 8000:80
- 8080:8080
networks: networks:
proxy: proxy:

View File

@ -1,6 +1,7 @@
api: api:
dashboard: false dashboard: true
insecure: true insecure: true
debug: true
entryPoints: entryPoints:
web: web:
address: ":80" address: ":80"