Update README.md
This commit is contained in:
parent
588119d9eb
commit
7c28c974fe
1 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,8 @@
|
|||

|
||||

|
||||
|
||||
This is a fork of a fork of a fork, but I had some issues which we could not get resolved. So I forked the repo and made the changes needed. Origional work is listed below.
|
||||
|
||||
Web GUI for youtube-dl (using the [yt-dlp](https://github.com/yt-dlp/yt-dlp) fork) with playlist support. Allows you to download videos from YouTube and [dozens of other sites](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md).
|
||||
|
||||

|
||||
|
|
@ -10,7 +12,7 @@ Web GUI for youtube-dl (using the [yt-dlp](https://github.com/yt-dlp/yt-dlp) for
|
|||
## 🐳 Run using Docker
|
||||
|
||||
```bash
|
||||
docker run -d -p 8081:8081 -v /path/to/downloads:/downloads ghcr.io/alexta69/metube
|
||||
docker run -d -p 8081:8081 -v /path/to/downloads:/downloads ghcr.io/wickedyoda/metube
|
||||
```
|
||||
|
||||
## 🐳 Run using docker-compose
|
||||
|
|
@ -18,7 +20,7 @@ docker run -d -p 8081:8081 -v /path/to/downloads:/downloads ghcr.io/alexta69/met
|
|||
```yaml
|
||||
services:
|
||||
metube:
|
||||
image: ghcr.io/alexta69/metube
|
||||
image: ghcr.io/wickedyoda/metube
|
||||
container_name: metube
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in a new issue