Update web_interface.md (#163)

Add easier instructions for Jellyfin on Unraid. (Tested by 2 people and confirmed to work)
This commit is contained in:
zzVertigo 2023-06-02 19:45:05 -07:00 committed by GitHub
parent 62dc547615
commit 8f5e283970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,18 @@ services:
- '/media:/media:ro' - '/media:/media:ro'
image: 'jellyfin/jellyfin:10.8.0' image: 'jellyfin/jellyfin:10.8.0'
``` ```
OR
(For Unraid Only)
In the Docker tab, click on the Jellyfin container, then click on "Edit" and enable the advanced view. Under "Extra Parameters", add the following
```
--volume /full/path/to/extracted/dist:/jellyfin/jellyfin-web:ro # <== add this line if using the official container
--volume /full/path/to/extracted/dist:/usr/share/jellyfin/web:ro # <== add this line if using the linuxserver container
```
Make sure to clear any previous cache on the web page, or else you will have to wait a few minutes for it to clear automatically.
## Method 2: switching container images ## Method 2: switching container images