File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ services:
1616 RCON_PASSWORD : ' $$cap_rcon_password'
1717 CF_API_KEY : ' $$cap_cf_api_key'
1818 CF_PAGE_URL : ' $$cap_cf_page_url'
19+ DISABLE_HEALTHCHECK : ' $$cap_disable_healthcheck'
1920 ports :
2021 - ' $$cap_mc_port:25565'
2122 volumes :
@@ -99,6 +100,10 @@ caproverOneClickApp:
99100 label : Max no of players
100101 defaultValue : 20
101102 validRegex : /.{1,}/
103+ - id : $$cap_disable_healthcheck
104+ label : disable healthcheck (set TRUE if minecraft server stopping with rcon-cli)
105+ defaultValue : ' FALSE'
106+ validRegex : /^(TRUE|FALSE)$/
102107 instructions :
103108 start : Minecraft server with dynamic server types and modpack support. This is oneclickapp in the any of itzg's Minecraft server version.
104109 end : Minecraft is deployed and available as srv-captain--$$cap_appname. Note that the application may take up to ten minutes to become available.
You can’t perform that action at this time.
0 commit comments