master
EspiDev 5 years ago
parent 76cb669237
commit 3a0b9e0335

@ -1,4 +1,4 @@
FROM frolvlad/alpine-oraclejdk8
FROM adoptopenjdk/openjdk11-openj9
MAINTAINER EstiNet

@ -11,7 +11,7 @@
{
"instance_name": "Gliders",
"home_directory": "./",
"command_to_run": "java -Xms512M -Xmx2G -XX:+UseG1GC -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -d64 -server -jar minecraft_server.jar",
"command_to_run": "/opt/java/openjdk/bin/java -Xms512M -Xmx2G -XX:+UseG1GC -XX:ParallelGCThreads=2 -server -jar minecraft_server.jar",
"max_lines": 2000,
"amount_of_lines_to_cut_on_max": 100,
"stop_process_command": "exit",

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save