mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
Default to easy.
This commit is contained in:
parent
99b884f18a
commit
53a0d0cf7a
@ -31,4 +31,4 @@ ENV MC_IMAGE=YES
|
||||
ENV UID=1000
|
||||
ENV MOTD A Minecraft Server Powered by Docker
|
||||
ENV JVM_OPTS -Xmx1024M -Xms1024M
|
||||
ENV TYPE=VANILLA VERSION=LATEST LEVEL=world PVP=true DIFFICULTY=hard
|
||||
ENV TYPE=VANILLA VERSION=LATEST LEVEL=world PVP=true DIFFICULTY=easy
|
||||
|
@ -130,9 +130,9 @@ up:
|
||||
|
||||
### Difficulty
|
||||
|
||||
The difficulty level (default: hard) can be set like:
|
||||
The difficulty level (default: `easy`) can be set like:
|
||||
|
||||
docker run -d -e DIFFICULTY=peaceful
|
||||
docker run -d -e DIFFICULTY=hard
|
||||
|
||||
Valid values are: `peaceful`, `easy`, `normal`, and `hard`, and an
|
||||
error message will be output in the logs if it's not one of these
|
||||
|
Loading…
Reference in New Issue
Block a user