Enable traefik dashboard for 7
This commit is contained in:
@ -25,6 +25,7 @@ services:
|
||||
target: /traefik.yml
|
||||
ports:
|
||||
- 8000:80
|
||||
- 8080:8080
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
@ -1,6 +1,7 @@
|
||||
api:
|
||||
dashboard: false
|
||||
dashboard: true
|
||||
insecure: true
|
||||
debug: true
|
||||
entryPoints:
|
||||
web:
|
||||
address: ":80"
|
||||
|
Reference in New Issue
Block a user