From 2f14c01c40fe960a487e05225cf878f95863127b Mon Sep 17 00:00:00 2001 From: Viorel Date: Sun, 25 Jan 2026 14:21:23 +0200 Subject: [PATCH] Use full image name Uploaded the image to a private registry. --- compose-gitea.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose-gitea.yaml b/compose-gitea.yaml index affd4ca..c3b79c6 100644 --- a/compose-gitea.yaml +++ b/compose-gitea.yaml @@ -1,6 +1,6 @@ services: gitea: - image: gentoo-gitea + image: registry.ceamac.ro/gentoo-gitea restart: always #user: 196:196 userns: nomap