mail/test/start.sh

9 lines
239 B
Bash
Raw Normal View History

2019-09-16 08:43:59 +02:00
#!/bin/sh
docker run --rm -it \
-u root:root \
2019-09-16 08:43:59 +02:00
-v $(pwd)/minetest.conf:/etc/minetest/minetest.conf \
-v $(pwd)/../:/root/.minetest/worlds/world/worldmods/mail_mod \
2020-01-09 09:53:07 +01:00
--network host \
registry.gitlab.com/minetest/minetest/server:5.1.0