mirror of
https://github.com/marcopiovanello/yt-dlp-web-ui.git
synced 2026-07-25 06:54:30 +00:00
updated Dockerfile
This commit is contained in:
+4
-1
@@ -36,5 +36,8 @@ WORKDIR /app
|
||||
|
||||
COPY --from=build /usr/src/yt-dlp-webui/yt-dlp-webui /app
|
||||
|
||||
ENV APP_PATHS_DOWNLOAD_PATH="/downloads"
|
||||
ENV APP_PATHS_LOCAL_DATABASE_PATH="/config"
|
||||
|
||||
EXPOSE 3033
|
||||
ENTRYPOINT [ "./yt-dlp-webui" , "--out", "/downloads", "--conf", "/config/config.yml", "--db", "/config/local.db" ]
|
||||
ENTRYPOINT [ "./yt-dlp-webui", "--conf", "/config/config.yml"]
|
||||
|
||||
Reference in New Issue
Block a user