minetest/README.md
2018-06-25 14:28:21 +02:00

12 lines
410 B
Markdown

## minetest-git
minetest-git is a Dockerfile to build a minetestserver from git.
This conflicts zombi/minetest on Port 30000. If you want to run both,
make sure to let one of it use a different port. It will also use a
present default world at /data/minetest. The World might become
uncompatible with older (stable) Versions of minetest.
### Building and running minetest-git
```bash
docker compose up -d
```