Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nakira974/dockerized-minecraft-servers

A docker-compose that runs multiple Minecraft servers' image (Vanilla and Spigot)
https://github.com/nakira974/dockerized-minecraft-servers

docker docker-compose docker-image dockerfile minecraft spigot spigot-server

Last synced: about 7 hours ago
JSON representation

A docker-compose that runs multiple Minecraft servers' image (Vanilla and Spigot)

Awesome Lists containing this project

README

        

# compose-minecraft-servers
A docker-compose running multiple Minecraft Servers loading a specific map each.

You only have to create a folder called '.map' or else in your version folder, where there'll be inside the Minecraft World's folders, respectivly :

- 'world',
- 'world_nether'
- world_the_end'

If these folders aren't created, servers' Dockerfile won't build, so make sure at least you created empty 3 empty folders, this due to the fact that a volume is mounted to share files between container and host, so that you can retreive your files at this place.