set data dir
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user