updated Dockerfile and README
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user