From bd503f224da0e093864edd42739362c610ed7d0b Mon Sep 17 00:00:00 2001 From: Stephen Owen Date: Tue, 4 Aug 2020 21:06:00 -0400 Subject: [PATCH] Adds EULA to the 'quickstart' command in readme (#600) * Adds EULA to the 'quickstart' command in readme most people will start with the quickstart command, which won't work anymore now that EULA is required. Modified the sample quickstart to include the new minimum params. * Update README.md Co-authored-by: Geoff Bourne * Update README.md Co-authored-by: Geoff Bourne Co-authored-by: Geoff Bourne --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa12728c..45c3a874 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ latest snapshot. See the _Versions_ section below for more information. To simply use the latest stable version, run - docker run -d -p 25565:25565 --name mc itzg/minecraft-server + docker run -d -p 25565:25565 --name mc -e EULA=TRUE itzg/minecraft-server where the standard server port, 25565, will be exposed on your host machine. @@ -35,6 +35,7 @@ With that you can easily view the logs, stop, or re-start the container: docker stop mc docker start mc +*Be sure to always include `-e EULA=TRUE` in your commands, as Mojang/Microsoft requires EULA acceptance.* ## Looking for a Bedrock Dedicated Server