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