From d922970d0c8441000ab718cb3d91df85ba0a7d35 Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Sat, 25 Mar 2023 13:20:46 +0300 Subject: docker image path under ghcr.io --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e2642e..b83713e 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit