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 = {
|
||||
log.level = "DEBUG";
|
||||
api.dashboard = true;
|
||||
api.dashboard = false;
|
||||
api.insecure = true;
|
||||
global = {
|
||||
checkNewVersion = false;
|
||||
|
|
Loading…
Reference in a new issue