Skip to content

Commit

Permalink
config to allow mc client connections
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jul 2, 2024
1 parent eba6f8a commit 860226f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compose/sample-apps-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
ports:
- "7091"
- "9494"
- "25565:25565"
environment:
CRYOSTAT_AGENT_APP_NAME: minecraft
CRYOSTAT_AGENT_WEBSERVER_HOST: minecraft
Expand All @@ -30,6 +31,8 @@ services:
CRYOSTAT_AGENT_HARVESTER_EXIT_MAX_AGE_MS: 60000
CRYOSTAT_AGENT_HARVESTER_EXIT_MAX_SIZE_B: 153600 # "$(echo 1024*150 | bc)"
EULA: "true"
ONLINE_MODE: "false"
OVERRIDE_SERVER_PROPERTIES: "true"
ENABLE_JMX: "true"
JMX_HOST: minecraft
JMX_PORT: "7091"
Expand Down

0 comments on commit 860226f

Please sign in to comment.