fix jellyfin media path
This commit is contained in:
@@ -46,8 +46,7 @@ in {
|
|||||||
"--logdir" "/config/log"
|
"--logdir" "/config/log"
|
||||||
];
|
];
|
||||||
volumes = [
|
volumes = [
|
||||||
"${serverCfg.dataPath}/movies:/media/movies:ro"
|
"${serverCfg.dataPath}:/media:ro"
|
||||||
"${serverCfg.dataPath}/series:/media/series:ro"
|
|
||||||
"${serverCfg.configPath}/jellyfin:/config"
|
"${serverCfg.configPath}/jellyfin:/config"
|
||||||
];
|
];
|
||||||
# If you have an Intel/AMD GPU for transcoding, add the device:
|
# If you have an Intel/AMD GPU for transcoding, add the device:
|
||||||
|
|||||||
Reference in New Issue
Block a user