Fixed issue (previous commit), now adding volume_enabled to loki

This commit is contained in:
2025-07-01 22:55:16 +03:00
parent 4692ed972a
commit e0461ebfd7

View File

@@ -13,6 +13,8 @@
services.loki.configuration = {
auth_enabled = false;
volume_enabled = true;
server = {
http_listen_port = 3100;
};