From 2ae1ee1c99b39aff115995efcd8489600ef98802 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Thu, 30 May 2024 15:16:15 -0700 Subject: [PATCH] Updated portainer instructions to use GHCR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44959f2..d8e4564 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Docker Compose file: version: '3' services: pinchflat: - image: keglin/pinchflat:latest + image: ghcr.io/kieraneglin/pinchflat:latest environment: # Set the timezone to your local timezone - TZ=America/New_York