minecraft.md
Minecraft
This is the Minecraft server that I run for my friends and I. It is a GTNH 2.8.4 server, which is a modpack that includes a lot of different mods and features.
Location
The Minecraft server is located at /home/austin/random/minecraft/gtnh_284/.
How to run
It uses docker compose to run, so you can start it with the following command:
docker compose up -d
This will start the server in detached mode, which means it will run in the background. You can check the logs with the following command:
docker compose logs -f
This will follow the logs, which means it will show you new log entries as they come in. You can stop the server with the following command:
docker compose down
This will stop the server and remove the containers.