Default to easy.

This commit is contained in:
Tim Visher 2015-06-10 15:12:05 -04:00
parent 99b884f18a
commit 53a0d0cf7a
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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