damocles_local/start-mapserver.sh

10 lines
148 B
Bash
Executable File

#!/bin/sh
VERSION=latest
docker run --rm -it \
-v $(pwd)/data:/world \
-w /world \
--network host \
minetestmapserver/mapserver:${VERSION}