mirror of
https://github.com/pelican-eggs/minecraft.git
synced 2024-11-22 19:02:40 +01:00
Fix: Startup hardcoded startup version
This commit is contained in:
parent
e5394a611a
commit
26d6b63851
@ -12,7 +12,7 @@
|
||||
"images": [
|
||||
"quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-14"
|
||||
],
|
||||
"startup": "sh .local\/lib\/code-server-3.8.0\/bin\/code-server",
|
||||
"startup": "sh .local\/lib\/code-server-{{VERSION}}\/bin\/code-server",
|
||||
"config": {
|
||||
"files": "{\r\n \".config\/code-server\/config.yaml\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"password\": \"password: {{server.build.env.PASSWORD}}\",\r\n \"bind-addr\": \"bind-addr: 0.0.0.0:{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
|
||||
"startup": "{\r\n \"done\": \"info HTTP server listening on\"\r\n}",
|
||||
|
Loading…
Reference in New Issue
Block a user