From 2de05100591d5284c892828e8961913becaaac77 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Tue, 19 May 2026 19:55:06 +0800 Subject: [PATCH] fix: correct gitea image path in service configuration --- swarm/gitea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/gitea.yml b/swarm/gitea.yml index 5fd743e..5a822e4 100644 --- a/swarm/gitea.yml +++ b/swarm/gitea.yml @@ -7,7 +7,7 @@ networks: services: gitea: - image: docker.gitea.com/gitea/gitea:latest + image: docker.gitea.com/gitea:latest environment: USER_UID: 1000 USER_GID: 1000