mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
Merge pull request #5 from justfalter/minecraft-proper-shutdown
Fix minecraft shutdown
This commit is contained in:
commit
c324403f95
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ VOLUME ['/data']
|
|||
ADD server.properties /tmp/server.properties
|
||||
WORKDIR /data
|
||||
|
||||
CMD /start
|
||||
CMD [ "/start" ]
|
||||
|
||||
ENV MOTD A Minecraft Server Powered by Docker
|
||||
ENV LEVEL world
|
||||
|
|
Loading…
Reference in a new issue