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/