Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/f479676b089d2ce18f8789826575838c292d5fdb You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/26/head
Louis Vézina 8 years ago
parent d1af07ea06
commit f479676b08

@ -10,6 +10,8 @@ RUN apk add --update build-base python-dev py2-pip py-setuptools jpeg-dev zlib-d
# Get application source from Github
RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr
VOLUME /bazarr/data
# Install app dependencies
RUN pip install -r /bazarr/requirements.txt

Loading…
Cancel
Save