Updated How to host Multiplayer (markdown)

Yannik
2024-09-28 23:55:15 +02:00
parent 5e1ead140a
commit e33782613e

@@ -100,15 +100,23 @@ services:
3. Run docker compose up -d in that directory. 3. Run docker compose up -d in that directory.
4. Server should now be installing and then starting! 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
```
<br>
**Follow the logs of the container:**
```sh ```sh
docker compose logs -f docker compose logs -f
``` ```
check on the status with **Check container status:**
```sh ```sh
docker compose ps docker compose ps
``` ```
and stop the container using **Force stop the container:**
```sh ```sh
docker compose stop docker compose stop
``` ```
More information about that Docker Image: https://docker-minecraft-server.readthedocs.io/