Updated portainer instructions to use GHCR

This commit is contained in:
Kieran Eglin 2024-05-30 15:16:15 -07:00
parent b73a9a4a67
commit 2ae1ee1c99
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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