updated Dockerfile and README

This commit is contained in:
2023-01-13 09:25:29 +01:00
parent e091b2299e
commit 6eadda95a9
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ VOLUME /usr/src/yt-dlp-webui/downloads
WORKDIR /usr/src/yt-dlp-webui WORKDIR /usr/src/yt-dlp-webui
# install core dependencies # install core dependencies
RUN apk update RUN apk update
RUN apk add curl wget psmisc python3 ffmpeg nodejs npm go yt-dlp RUN apk add curl wget psmisc ffmpeg nodejs npm go yt-dlp
# copy srcs # copy srcs
COPY . . COPY . .
# install node dependencies # install node dependencies

View File

@@ -89,7 +89,7 @@ Future releases will have:
- **The download doesn't start.** - **The download doesn't start.**
- As before server address is not specified or simply yt-dlp process takes a lot of time to fire up. (Forking yt-dlp isn't fast especially if you have a lower-end/low-power NAS/server/desktop where the server is running) - As before server address is not specified or simply yt-dlp process takes a lot of time to fire up. (Forking yt-dlp isn't fast especially if you have a lower-end/low-power NAS/server/desktop where the server is running)
## Docker installation ## [Docker](https://github.com/marcopeocchi/yt-dlp-web-ui/pkgs/container/yt-dlp-web-ui/63294924?tag=master) installation
```sh ```sh
# recomended for ARM and x86 devices # recomended for ARM and x86 devices
docker pull ghcr.io/marcopeocchi/yt-dlp-web-ui:master docker pull ghcr.io/marcopeocchi/yt-dlp-web-ui:master