From b6690e27ec8536eea74eb744afe338f3af0beea9 Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Mon, 28 Nov 2022 01:08:56 -0600 Subject: [PATCH] Update web_interface.md --- docs/web_interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web_interface.md b/docs/web_interface.md index a7e2039..91f0656 100644 --- a/docs/web_interface.md +++ b/docs/web_interface.md @@ -12,7 +12,7 @@ If you do not run Jellyfin as a container, you can follow the [native installati 1. Click the most recent action run 2. In the Artifacts section, click the `jellyfin-web-VERSION+COMMIT.tar.gz` link to download a pre-compiled copy of the web interface. This link will only work if you are signed into GitHub. 2. Extract the archive somewhere on your server and make note of the full path to the `dist` folder -3. Mount the `dist` folder to your container as `/jellyfin/jellyfin-web` if using the official container or /usr/share/jellyfin/web if using the linuxserver container . Example docker-compose snippet: +3. Mount the `dist` folder to your container as `/jellyfin/jellyfin-web` if using the official container, or `/usr/share/jellyfin/web` if using the linuxserver container. Example docker-compose snippet: ```yaml services: jellyfin: