From b721cff8f223e4042f5acc681ed6464d20f239b4 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Mon, 16 Feb 2026 18:54:29 +0100 Subject: [PATCH] Update compose.yml --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 18fff7a..167c915 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: pinata: - image: ghcr.io/gigirassy/pinata:main # this repo is on codeberg, but github workflows is used for the image >:p + image: codeberg.org/gigirassy/pinata:latest # build: . ports: - "127.0.0.1:8080:8080"