Fix NanoLimbo port not applying to an existing settings.yml (#4201)

This commit is contained in:
OowhitecatoO
2026-07-31 07:56:18 -05:00
committed by GitHub
parent 8fde0cac2a
commit 749f8f635f
5 changed files with 45 additions and 10 deletions
+12 -8
View File
@@ -1,12 +1,16 @@
{
"file": "/data/settings.yml",
"ops": [
"patches": [
{
"$set": {
"path": "$.bind.port",
"value": "${SERVER_PORT}",
"value-type": "int"
}
"file": "/data/settings.yml",
"ops": [
{
"$set": {
"path": "$.bind.port",
"value": "${SERVER_PORT}",
"value-type": "int"
}
}
]
}
]
}
}