From 5de24e19fea37b0312a643a540ac1fd6d3b003f9 Mon Sep 17 00:00:00 2001 From: gyurix Date: Fri, 29 Aug 2025 14:27:29 +0200 Subject: [PATCH] Update Gitea service configuration to use absolute path for ENV_FILES --- gitea/service-gitea.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea/service-gitea.json b/gitea/service-gitea.json index d6afea7..343dcd2 100644 --- a/gitea/service-gitea.json +++ b/gitea/service-gitea.json @@ -49,7 +49,7 @@ } ], "ENV_FILES": [ - "gitea.json" + "/etc/user/secret/gieta/gitea.json" ], "ENVS": [ { @@ -94,7 +94,7 @@ ], "EXTRA": "null", "ENV_FILES": [ - "gitea.json" + "/etc/user/secret/gieta/gitea.json" ], "DEPEND": [], "START_ON_BOOT": "true",