fix
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user