mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-04-24 16:21:01 -04:00
Added volume for movies
This commit is contained in:
@@ -4,6 +4,7 @@ FROM lsiobase/alpine.python:3.7
|
||||
ENV PYTHONIOENCODING="UTF-8"
|
||||
|
||||
VOLUME /tv
|
||||
VOLUME /movies
|
||||
|
||||
RUN apk add --update git py-pip jpeg-dev && \
|
||||
apk add --update --virtual build-dependencies build-base python-dev libffi-dev zlib-dev && \
|
||||
@@ -15,4 +16,4 @@ VOLUME /bazarr/data
|
||||
|
||||
EXPOSE 6767
|
||||
|
||||
CMD ["python", "/bazarr/bazarr.py"]
|
||||
CMD ["python", "/bazarr/bazarr.py"]
|
||||
|
||||
Reference in New Issue
Block a user