Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 661 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 661 Bytes

Minecraft_Server

Its a complete bundle to run your minecraft server on docker. In this repo you will get dockerfile and docker-compose file so that you can build your image or directly you can run it using docker-compose.

Usage

By using dockerfile you can build image or you can directly run it using docker-compose.

git clone https://github.com/asabhi6776/minecraft_server.git
cd minecraft_server
docker build minetest .   # optional
docker-compose up -d

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Thanks