An infrastructure-as-code Minecraft server for the Dan's Plugins Community
Currently being hosted at dansplugins.com
- Install Docker
- Install Docker Compose
- Install Git
- Clone this repository
- Start the server
- Run
docker-compose up -d
in the repository directory - Type
docker ps
to confirm that the server is running
- Run
docker-compose down
in the repository directory - Type
docker ps
to confirm that the server is no longer running
- While the server is running, run
docker exec -it dpcmcserver /bin/bash
- You will now be in the server's filesystem. You can modify files as you wish.
- When you are done, run
exit
to exit the container. - Run
docker-compose restart
to restart the server with your changes.