Updated How to host Multiplayer (markdown)
@@ -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/
|
||||||
|
Reference in New Issue
Block a user