set data dir

This commit is contained in:
2025-07-27 16:17:07 -05:00
parent 8a6056998e
commit ff6e917e83

View File

@@ -69,6 +69,13 @@
privateNetwork = true;
hostAddress = "192.168.100.10";
localAddress = "192.168.100.24";
bindMounts = {
"/etc/netbird/data" = {
hostPath = "/ssd1/Netbird/mgmt";
isReadOnly = false;
};
};
config = {
@@ -100,6 +107,8 @@
}
];
};
Datadir = "/etc/netbird/data";
};
port = 80;