mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-12 17:03:59 +08:00
Change /bazarr permission to root
This commit is contained in:
parent
49512c4c4e
commit
ba7fd84931
3 changed files with 3 additions and 0 deletions
|
@ -16,4 +16,5 @@ VOLUME /bazarr/data
|
|||
|
||||
EXPOSE 6767
|
||||
|
||||
COPY root/ /
|
||||
CMD ["python", "/bazarr/bazarr.py"]
|
||||
|
|
|
@ -18,4 +18,5 @@ VOLUME /bazarr/data
|
|||
|
||||
EXPOSE 6767
|
||||
|
||||
COPY root/ /
|
||||
CMD ["python", "/bazarr/bazarr.py"]
|
|
@ -18,4 +18,5 @@ VOLUME /bazarr/data
|
|||
|
||||
EXPOSE 6767
|
||||
|
||||
COPY root/ /
|
||||
CMD ["python", "/bazarr/bazarr.py"]
|
Loading…
Reference in a new issue