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
+1 -1
View File
@@ -91,7 +91,7 @@ Docker Compose file:
version: '3' version: '3'
services: services:
pinchflat: pinchflat:
image: keglin/pinchflat:latest image: ghcr.io/kieraneglin/pinchflat:latest
environment: environment:
# Set the timezone to your local timezone # Set the timezone to your local timezone
- TZ=America/New_York - TZ=America/New_York