mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 04:37:39 +03:00
change default path of queue persistence files (closes #110)
This commit is contained in:
parent
47da14781b
commit
7b94a4fabd
3 changed files with 7 additions and 6 deletions
|
@ -25,8 +25,7 @@ COPY app ./app
|
|||
COPY --from=builder /metube/dist/metube ./ui/dist/metube
|
||||
|
||||
ENV DOWNLOAD_DIR /downloads
|
||||
ENV STATE_DIR /state
|
||||
ENV STATE_DIR /downloads/.metube
|
||||
VOLUME /downloads
|
||||
VOLUME /state
|
||||
EXPOSE 8081
|
||||
CMD ["python3", "app/main.py"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue