From e33782613e07048b88a4007b4d0f7b0099f40a4c Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:55:15 +0200 Subject: [PATCH] Updated How to host Multiplayer (markdown) --- How-to-host-Multiplayer.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/How-to-host-Multiplayer.md b/How-to-host-Multiplayer.md index 6f69586..e63ee50 100644 --- a/How-to-host-Multiplayer.md +++ b/How-to-host-Multiplayer.md @@ -100,15 +100,23 @@ services: 3. Run docker compose up -d in that directory. 4. Server should now be installing and then starting! -Follow the logs of the container using +**Open the Minecraft Server console:** +```sh +docker attach boundless-mc +``` +
+ +**Follow the logs of the container:** ```sh docker compose logs -f ``` -check on the status with +**Check container status:** ```sh docker compose ps ``` -and stop the container using +**Force stop the container:** ```sh docker compose stop -``` \ No newline at end of file +``` + +More information about that Docker Image: https://docker-minecraft-server.readthedocs.io/