mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
12 lines
180 B
JSON
12 lines
180 B
JSON
{
|
|
"file": "/data/settings.yml",
|
|
"ops": [
|
|
{
|
|
"$set": {
|
|
"path": "$.bind.port",
|
|
"value": "${SERVER_PORT}",
|
|
"value-type": "int"
|
|
}
|
|
}
|
|
]
|
|
} |