From be793ce0f78ffd19467c26152029e183382b43eb Mon Sep 17 00:00:00 2001 From: Huskydog9988 <39809509+Huskydog9988@users.noreply.github.com> Date: Wed, 28 May 2025 12:15:23 -0400 Subject: [PATCH] fix: use ghcr instead of docker registry --- deploy-template/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-template/compose.yml b/deploy-template/compose.yml index 296468a..f96edcd 100644 --- a/deploy-template/compose.yml +++ b/deploy-template/compose.yml @@ -17,7 +17,7 @@ services: - POSTGRES_USER=drop - POSTGRES_DB=drop drop: - image: decduck/drop-oss:v0.2.0-beta + image: ghcr.io/drop-oss/drop:latest depends_on: postgres: condition: service_healthy