diff options
author | Alex Shnitman <alexta69@gmail.com> | 2023-03-25 13:20:46 +0300 |
---|---|---|
committer | Alex Shnitman <alexta69@gmail.com> | 2023-03-25 13:20:46 +0300 |
commit | d922970d0c8441000ab718cb3d91df85ba0a7d35 (patch) | |
tree | 1c4361e07c321143303532830ba93bd5b4d33eaf /README.md | |
parent | create packages in ghcr.io (diff) | |
download | metube-master.tar.gz metube-master.tar.bz2 metube-master.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 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:
|