ookflix: refactors FIX COMMIT
This commit is contained in:
parent
da77c223ff
commit
c096dc295a
10 changed files with 154 additions and 138 deletions
|
|
@ -23,7 +23,7 @@ in {
|
|||
image = "lscr.io/linuxserver/jellyfin:latest";
|
||||
autoStart = true;
|
||||
hostname = "jellyfin";
|
||||
ports = ["${jellyfin.port}:${jellyfin.port}"];
|
||||
ports = [(mkContainerPort jellyfin.port)];
|
||||
volumes = [
|
||||
"${volumes.media.root}:/data"
|
||||
"${jellyfin.stateDir}:/config"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue