Skip to content

Commit

Permalink
Update web_interface.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfusedPolarBear committed Jun 8, 2023
1 parent 3e44aaf commit c3afa7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/web_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Make sure to clear the browser's cached version of the web interface before test
In the Docker tab, click on the Jellyfin container, then click on "Edit" and enable the advanced view. Under "Extra Parameters", add one of the following:
* If using the official `jellyfin/jellyfin` container: `--volume /full/path/to/extracted/dist:/jellyfin/jellyfin-web:ro`
* If using the LinuxServer.io container: `--volume /full/path/to/extracted/dist:/usr/share/jellyfin/web:ro`
* If using the `jellyfin/jellyfin` container: `--volume /full/path/to/extracted/dist:/jellyfin/jellyfin-web:ro`
* If using the `linuxserver/jellyfin` container: `--volume /full/path/to/extracted/dist:/usr/share/jellyfin/web:ro`

## Method 2: switching container images

Expand Down

0 comments on commit c3afa7f

Please sign in to comment.