mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
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 <itzgeoff@gmail.com> * Update README.md Co-authored-by: Geoff Bourne <itzgeoff@gmail.com> Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
This commit is contained in:
parent
b5c91647ca
commit
bd503f224d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue