Update TV_Containers/jellyfin/README.md

This commit is contained in:
2026-07-31 20:20:41 +00:00
parent 6a0527e2f1
commit ed6dc2e81e
+9 -1
View File
@@ -1,3 +1,11 @@
Source: https://jellyfin.org/docs/general/installation/container/
https://github.com/jellyfin/jellyfin
https://github.com/jellyfin/jellyfin
Will have to run the following 2 commands after first run since container does not have write permissions: \
```
sudo chown -R 1000:1000 /srv/docker/jellyfin/config
```
```
sudo chown -R 1000:1000 /srv/docker/jellyfin/cache
```