hosts/monitoring-3: Fix grafana listening address
This commit is contained in:
parent
ae5c16cb28
commit
0a97c381ff
@ -7,7 +7,7 @@
|
||||
domain = "grafana.monitoring.clerie.de";
|
||||
root_url = "https://grafana.monitoring.clerie.de";
|
||||
http_port = 3001;
|
||||
http_addr = "[::1]";
|
||||
http_addr = "::1";
|
||||
};
|
||||
"auth.anonymous" = {
|
||||
enabled = true;
|
||||
|
Loading…
Reference in New Issue
Block a user