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

Update Dockerfile to use debian:bullseye-slim

pull/6434/head
Cody Robibero 4 years ago
parent db0d5b048a
commit 33bf8e34d1

@ -8,7 +8,7 @@ RUN apk add curl git zlib zlib-dev autoconf g++ make libpng-dev gifsicle alpine-
&& npm ci --no-audit --unsafe-perm \
&& mv dist /dist
FROM debian:buster-slim as app
FROM debian:bullseye-slim as app
# https://askubuntu.com/questions/972516/debian-frontend-environment-variable
ARG DEBIAN_FRONTEND="noninteractive"

Loading…
Cancel
Save