Updated loki paths to be persistent

This commit is contained in:
2025-07-03 15:05:57 +03:00
parent 5da1370f3a
commit 10f532e250

View File

@@ -29,7 +29,7 @@
instance_interface_names = [ "ens3" "lo" ];
# added ens3 whichi s the interface in netcup
replication_factor = 1;
path_prefix = "/tmp/loki";
path_prefix = "/var/lib/loki";
};
schema_config = {
@@ -49,7 +49,7 @@
storage_config = {
filesystem = {
directory = "/tmp/loki/chunks";
directory = "/var/lib/loki/chunks";
};
};