Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/5af4d4d071e7cb0fd597013d79abb880fed0d41c You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from nvllsvm/remove_dep

Remove deprecation warning from Docker
release-10.1.0
Andrew Rabert 6 years ago committed by GitHub
commit 5af4d4d071

@ -19,6 +19,4 @@ RUN apt update \
&& curl ${FFMPEG_URL} | tar Jxf - -C /usr/bin --wildcards --strip-components=1 ffmpeg*/ffmpeg ffmpeg*/ffprobe \
&& apt remove -y xz-utils
ENTRYPOINT if [ -n "$PUID$PGUID" ]; \
then echo "PUID/PGID are deprecated. Use Docker user param." >&2; exit 1; \
else dotnet /jellyfin/jellyfin.dll -programdata /config; fi
ENTRYPOINT dotnet /jellyfin/jellyfin.dll -programdata /config

Loading…
Cancel
Save