minor update

This commit is contained in:
Joshua Ashton
2025-03-13 14:06:54 -06:00
parent 2bd6b7f44e
commit 0d41bcf4d5
4 changed files with 954 additions and 629 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ init_jellyfin() {
--user $(id -u):$(id -g) \
--volume jellyfin-cache:/cache:Z \
--volume jellyfin-config:/config:Z \
--mount type=bind,source=/$(pwd)/media,destination=/media,ro=true,relabel=private \
--mount type=bind,source=/$HOME/media,destination=/media,ro=true,relabel=private \
--restart always \
ghcr.io/jellyfin/jellyfin;