Skip to content

Commit

Permalink
add name to java args for easier process discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Nov 9, 2017
1 parent 3239c3a commit 3547af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minecraftctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ start() {
--name "$name" \
$vol_mount \
-p $PORT:25565 \
-e "JVM_OPTS=-Xmx${MAXHEAP}M -Xms${MINHEAP}M" \
-e "JVM_OPTS=-Xmx${MAXHEAP}M -Xms${MINHEAP}M -D${name}" \
-e "EULA=$EULA" \
-e "VERSION=$VERSION" \
-e "DIFFICULTY=$DIFFICULTY" \
Expand Down

0 comments on commit 3547af3

Please sign in to comment.