Update Gitea service configuration to use absolute path for ENV_FILES

This commit is contained in:
gyurix
2025-08-29 14:27:29 +02:00
parent d6fe96f2c7
commit 5de24e19fe

View File

@@ -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",