mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-13 21:27:44 +08:00
Fix port used for startup.
Replace {{DEFAULT_PORT}} by {{SERVER_PORT}}
This commit is contained in:
parent
8e30eeffd7
commit
160db833ff
@ -8,7 +8,7 @@
|
||||
"author": "parker@parkervcp.com",
|
||||
"description": "This is for the default xonotic setup.",
|
||||
"image": "quay.io\/pterodactyl\/core:source",
|
||||
"startup": ".\/xonotic-linux64-dedicated +log_file latest.log +net_address 0.0.0.0 +port {{DEFAULT_PORT}} +maxplayers {{MAX_PLAYERS}}",
|
||||
"startup": ".\/xonotic-linux64-dedicated +log_file latest.log +net_address 0.0.0.0 +port {{SERVER_PORT}} +maxplayers {{MAX_PLAYERS}}",
|
||||
"config": {
|
||||
"files": "{\r\n \"tshock\/config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {}\r\n }\r\n}",
|
||||
"startup": "{\r\n \"done\": \"Server listening on address 0.0.0.0:\",\r\n \"userInteraction\": []\r\n}",
|
||||
@ -33,4 +33,4 @@
|
||||
"rules": "required|numeric|digits_between:1,3"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user