Update README.md

This commit is contained in:
Yun
2022-06-08 11:55:57 +02:00
committed by GitHub
parent 323e2df0e4
commit be66e047f9

View File

@@ -89,7 +89,7 @@ Future releases will have:
## Docker installation ## Docker installation
```shell ```shell
docker pull marcobaobao/yt-dlp-webui:latest #x86 only docker pull marcobaobao/yt-dlp-webui:latest #x86 only
# or alternatively for ARM and x86 devices docker pull ghcr.io/marcobaobao/yt-dlp-web-ui:master # or alternatively for ARM and x86 devices docker pull ghcr.io/marcopeocchi/yt-dlp-web-ui:master
docker run -d -p 3022:3022 -v <your dir>:/usr/src/yt-dlp-webui/downloads marcobaobao/yt-dlp-webui docker run -d -p 3022:3022 -v <your dir>:/usr/src/yt-dlp-webui/downloads marcobaobao/yt-dlp-webui
``` ```
or or