mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 12:47:38 +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
|
## Run using Docker
|
||||||
|
|
||||||
```bash
|
```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
|
## Run using docker-compose
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ docker run -d -p 8081:8081 -v /path/to/downloads:/downloads alexta69/metube
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
metube:
|
metube:
|
||||||
image: alexta69/metube
|
image: ghcr.io/alexta69/metube
|
||||||
container_name: metube
|
container_name: metube
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue