This commit is contained in:
soraefir
2026-06-07 16:21:21 +02:00
parent 649b7cc032
commit 8569c40183
24 changed files with 129 additions and 108 deletions

View File

@@ -17,7 +17,7 @@ in {
runtime = {
paths = [{
path="${serverCfg.path.data}/ethercalc/";
path="${serverCfg.path.data.path}/ethercalc/";
mode = "0666";
}];
@@ -33,7 +33,7 @@ in {
};
overrides = {
volumes = [
"${serverCfg.path.data}/ethercalc:/data"
"${serverCfg.path.data.path}/ethercalc:/data"
];
};
};