fixed jellyfin

This commit is contained in:
Timo Boomers 2025-06-03 19:41:07 +02:00
parent 8e9ab3aa38
commit e1fd8a07bd

View File

@ -20,7 +20,7 @@ in {
image = "jellyfin/jellyfin";
network = "proxy";
volumes = [
"%h/containers/jellyfin/data:/data"
"%h/containers/jellyfin/config:/config"
"%h/containers/jellyfin/cache:/cache"
"%h/media:/media"
];