Do not overwrite existing NanoLimbo settings.yml (#3799)

This commit is contained in:
Aki
2025-12-13 10:16:08 +08:00
committed by GitHub
parent d1535c1eeb
commit d7d3cc50a0
2 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
{
"file": "/data/settings.yml",
"ops": [
{
"$set": {
"path": "$.bind.port",
"value": "${SERVER_PORT}",
"value-type": "int"
}
}
]
}