2020-05-22 14:02:39 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
docker run --rm -it \
|
|
|
|
-u root:root \
|
|
|
|
-v $(pwd)/minetest.conf:/etc/minetest/minetest.conf \
|
|
|
|
-v $(pwd)/../:/root/.minetest/worlds/world/worldmods/beerchat \
|
2020-08-03 11:36:13 +02:00
|
|
|
-v beerchat_world:/root/.minetest/worlds/world/ \
|
2020-05-22 14:02:39 +02:00
|
|
|
--network host \
|
|
|
|
registry.gitlab.com/minetest/minetest/server:5.2.0
|