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

Fix for the switch branch problem

pull/75/head
morpheus65535 7 years ago committed by GitHub
parent bd7bfa67cb
commit dc562709e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ VOLUME /tv
RUN apk add --update git py-pip jpeg-dev && \
apk add --update --virtual build-dependencies build-base python-dev libffi-dev zlib-dev && \
git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr && \
git clone https://github.com/morpheus65535/bazarr.git /bazarr && \
pip install -r /bazarr/requirements.txt && \
apk del --purge build-dependencies
@ -15,4 +15,4 @@ VOLUME /bazarr/data
EXPOSE 6767
CMD ["python", "/bazarr/bazarr.py"]
CMD ["python", "/bazarr/bazarr.py"]

Loading…
Cancel
Save