traefik: disable dashboard
This commit is contained in:
parent
9b21a82fe3
commit
fed5f285c1
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@
|
||||||
};
|
};
|
||||||
staticConfigOptions = {
|
staticConfigOptions = {
|
||||||
log.level = "DEBUG";
|
log.level = "DEBUG";
|
||||||
api.dashboard = true;
|
api.dashboard = false;
|
||||||
api.insecure = true;
|
api.insecure = true;
|
||||||
global = {
|
global = {
|
||||||
checkNewVersion = false;
|
checkNewVersion = false;
|
||||||
|
|
Loading…
Reference in a new issue