mirror of
https://github.com/luzifer-docker/minecraft.git
synced 2024-11-08 17:30:03 +00:00
7 lines
141 B
Bash
Executable file
7 lines
141 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "eula=true" > /data/eula.txt
|
|
exec /usr/bin/java \
|
|
-Xmx${MEMORY}M -Xms${MEMORY}M \
|
|
-jar /minecraft_server.jar \
|
|
nogui
|