mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
docker image path under ghcr.io
This commit is contained in:
parent
14cf684aa0
commit
d922970d0c
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,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 alexta69/metube
|
||||
docker run -d -p 8081:8081 -v /path/to/downloads:/downloads ghcr.io/alexta69/metube
|
||||
```
|
||||
## Run using docker-compose
|
||||
|
||||
|
@ -18,7 +18,7 @@ docker run -d -p 8081:8081 -v /path/to/downloads:/downloads alexta69/metube
|
|||
version: "3"
|
||||
services:
|
||||
metube:
|
||||
image: alexta69/metube
|
||||
image: ghcr.io/alexta69/metube
|
||||
container_name: metube
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue