fix paths
This commit is contained in:
@@ -28,7 +28,7 @@ in {
|
|||||||
overrides = {
|
overrides = {
|
||||||
volumes = [
|
volumes = [
|
||||||
"${serverCfg.path.book.path}:/calibre-library"
|
"${serverCfg.path.book.path}:/calibre-library"
|
||||||
"${serverCfg.path.download.path}/book:/cwa-book-ingest"
|
"${serverCfg.path.dlComplete.path}:/cwa-book-ingest"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ in {
|
|||||||
paths = [{
|
paths = [{
|
||||||
path = "${serverCfg.path.config.path}/selfmark/";
|
path = "${serverCfg.path.config.path}/selfmark/";
|
||||||
owner = "1000:1000";
|
owner = "1000:1000";
|
||||||
mode = "0444";
|
mode = "0755";
|
||||||
}];
|
}];
|
||||||
|
|
||||||
containers = {
|
containers = {
|
||||||
@@ -80,8 +80,8 @@ in {
|
|||||||
};
|
};
|
||||||
overrides = {
|
overrides = {
|
||||||
volumes = [
|
volumes = [
|
||||||
"${serverCfg.path.dlComplete.path}:/books:rw"
|
"${serverCfg.path.dlIncomplete.path}:/books:rw"
|
||||||
"${serverCfg.path.book.path}:/output:rw"
|
"${serverCfg.path.dlComplete.path}:/output:rw"
|
||||||
"${serverCfg.path.config.path}/selfmark:/config:rw"
|
"${serverCfg.path.config.path}/selfmark:/config:rw"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user