mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-26 21:55:23 +00:00
mc: compute default MOTD based on the given type and version
This commit is contained in:
@@ -41,7 +41,6 @@ WORKDIR /data
|
||||
ENTRYPOINT [ "/start" ]
|
||||
|
||||
ENV UID=1000 GID=1000 \
|
||||
MOTD="A Minecraft Server Powered by Docker" \
|
||||
JVM_XX_OPTS="-XX:+UseG1GC" MEMORY="1G" \
|
||||
TYPE=VANILLA VERSION=LATEST FORGEVERSION=RECOMMENDED SPONGEBRANCH=STABLE SPONGEVERSION= LEVEL=world \
|
||||
PVP=true DIFFICULTY=easy ENABLE_RCON=true RCON_PORT=25575 RCON_PASSWORD=minecraft \
|
||||
|
||||
Reference in New Issue
Block a user