mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-15 02:15:37 +08:00
Revert back to root instead of abc to prevent access denied
This commit is contained in:
parent
ee8bfeeeaa
commit
de1d307ae6
3 changed files with 6 additions and 3 deletions
|
@ -16,4 +16,5 @@ VOLUME /bazarr/data
|
||||||
|
|
||||||
EXPOSE 6767
|
EXPOSE 6767
|
||||||
|
|
||||||
COPY root/ /
|
#COPY root/ /
|
||||||
|
CMD ["python", "/bazarr/bazarr.py"]
|
||||||
|
|
|
@ -18,4 +18,5 @@ VOLUME /bazarr/data
|
||||||
|
|
||||||
EXPOSE 6767
|
EXPOSE 6767
|
||||||
|
|
||||||
COPY root/ /
|
#COPY root/ /
|
||||||
|
CMD ["python", "/bazarr/bazarr.py"]
|
|
@ -18,4 +18,5 @@ VOLUME /bazarr/data
|
||||||
|
|
||||||
EXPOSE 6767
|
EXPOSE 6767
|
||||||
|
|
||||||
COPY root/ /
|
#COPY root/ /
|
||||||
|
CMD ["python", "/bazarr/bazarr.py"]
|
Loading…
Reference in a new issue