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": [ "ENV_FILES": [
"/etc/user/secret/gieta/gitea.json" "/etc/user/secret/gitea/gitea.json"
], ],
"ENVS": [ "ENVS": [
{ {
@@ -94,7 +94,7 @@
], ],
"EXTRA": "null", "EXTRA": "null",
"ENV_FILES": [ "ENV_FILES": [
"/etc/user/secret/gieta/gitea.json" "/etc/user/secret/gitea/gitea.json"
], ],
"DEPEND": [], "DEPEND": [],
"START_ON_BOOT": "true", "START_ON_BOOT": "true",