From 2f6c9e256df79ac612375b7ff261812f2d9753ea Mon Sep 17 00:00:00 2001 From: SauravDhakal Date: Sun, 2 Aug 2026 18:36:51 +0545 Subject: [PATCH] fix: gitea location fix --- services/gitea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gitea.yml b/services/gitea.yml index 6d83822..c8ae6ec 100644 --- a/services/gitea.yml +++ b/services/gitea.yml @@ -20,5 +20,5 @@ services: - GITEA__repository__DISABLE_HTTP_GIT=false - GITEA__security__INSTALL_LOCK=true volumes: - - /home/saurav/hetzner_self/data/gitea:/data + - ../data/gitea:/data