Skip to content

Commit 9ed967b

Browse files
add disable healthcheck param to forge_minecraft app (#1246)
1 parent 77c2844 commit 9ed967b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/v4/apps/forge_minecraft.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)