Fix typo in Gitea service configuration ENV_FILES path

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

View File

@@ -49,7 +49,7 @@
}
],
"ENV_FILES": [
"/etc/user/secret/gieta/gitea.json"
"/etc/user/secret/gitea/gitea.json"
],
"ENVS": [
{
@@ -94,7 +94,7 @@
],
"EXTRA": "null",
"ENV_FILES": [
"/etc/user/secret/gieta/gitea.json"
"/etc/user/secret/gitea/gitea.json"
],
"DEPEND": [],
"START_ON_BOOT": "true",