2018-06-23 11:10:23 +02:00
|
|
|
## minetest-git
|
|
|
|
minetest-git is a Dockerfile to build a minetestserver from git.
|
2018-06-25 14:28:21 +02:00
|
|
|
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.
|
2018-06-23 11:10:23 +02:00
|
|
|
### Building and running minetest-git
|
|
|
|
|
|
|
|
```bash
|
|
|
|
docker compose up -d
|
|
|
|
```
|