Fix typo in Gitea service configuration ENV_FILES path
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user