mirror of
https://github.com/alexta69/metube.git
synced 2026-03-03 02:57:02 +00:00
change default path of queue persistence files (closes #110)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user