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

Merge pull request from Bond-009/docker

Fix ubuntu x64 docker build
pull/2152/head
dkanada 5 years ago committed by GitHub
commit f1fc6ef59f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.2-sdk-bionic
FROM microsoft/dotnet:3.0-sdk-bionic
# Docker build arguments
ARG SOURCE_DIR=/jellyfin
ARG PLATFORM_DIR=/jellyfin/deployment/ubuntu-package-x64

Loading…
Cancel
Save