fix
This commit is contained in:
@@ -5,7 +5,7 @@ let
|
||||
in {
|
||||
runtime = {
|
||||
paths = [{
|
||||
path = "${serverCfg.path.config}/selfmark/";
|
||||
path = "${serverCfg.path.config.path}/selfmark/";
|
||||
mode = "0444";
|
||||
}];
|
||||
|
||||
@@ -79,9 +79,9 @@ in {
|
||||
};
|
||||
overrides = {
|
||||
volumes = [
|
||||
"${serverCfg.path.dlComplete}:/books:rw"
|
||||
"${serverCfg.path.book}:/output:rw"
|
||||
"${serverCfg.path.config}/selfmark:/config:rw"
|
||||
"${serverCfg.path.dlComplete.path}:/books:rw"
|
||||
"${serverCfg.path.book.path}:/output:rw"
|
||||
"${serverCfg.path.config.path}/selfmark:/config:rw"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user