Update README.md

This commit is contained in:
Marco
2023-05-26 13:16:38 +02:00
committed by GitHub
parent f19718d46c
commit c2a02bb0b7

View File

@@ -88,14 +88,8 @@ Future releases will have:
## [Docker](https://github.com/marcopeocchi/yt-dlp-web-ui/pkgs/container/yt-dlp-web-ui) installation ## [Docker](https://github.com/marcopeocchi/yt-dlp-web-ui/pkgs/container/yt-dlp-web-ui) installation
```sh ```sh
# recomended for ARM and x86 devices # recomended for ARM and x86 devices
docker pull ghcr.io/marcopeocchi/yt-dlp-web-ui:latest docker pull marcobaobao/yt-dlp-webui
# or docker run -d -p 3033:3033 -v <your dir>:/downloads marcobaobao/yt-dlp-webui
# docker pull marcobaobao/yt-dlp-webui:latest
docker run -d -p 3033:3033 -v <your dir>:/downloads ghcr.io/marcopeocchi/yt-dlp-web-ui:latest
# or even
docker pull ghcr.io/marcopeocchi/yt-dlp-web-ui:latest
docker create --name yt-dlp-webui -p 8082:3033 -v <your dir>:/downloads ghcr.io/marcopeocchi/yt-dlp-web-ui:latest
``` ```
Or with docker but building the container manually. Or with docker but building the container manually.