From 192309842744f75a92f157fb88860cad7273251f Mon Sep 17 00:00:00 2001 From: Kieran Date: Sun, 24 Mar 2024 15:40:16 -0700 Subject: [PATCH] Added GHCR to README (#115) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d245a4e..1b9dbab 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,9 @@ services: 1. Create two directories on your host machine: one for storing config and one for storing downloaded media. Make sure they're both writable by the user running the Docker container. 2. Prepare the docker image in one of the two ways below: - - **From Docker Hub:** `docker pull keglin/pinchflat:latest`, or; - - **Building locally:** `docker build . --file selfhosted.Dockerfile -t keglin/pinchflat:latest` + - **From GHCR:** `docker pull ghcr.io/kieraneglin/pinchflat:latest` + - NOTE: also available on Docker Hub at `keglin/pinchflat:latest` + - **Building locally:** `docker build . --file selfhosted.Dockerfile -t ghcr.io/kieraneglin/pinchflat:latest` 3. Run the container: ```bash @@ -92,7 +93,7 @@ docker run \ -p 8945:8945 \ -v /host/path/to/config:/config \ -v /host/path/to/downloads:/downloads \ - keglin/pinchflat:latest + ghcr.io/kieraneglin/pinchflat:latest ``` ### IMPORTANT: File permissions