add mapserver

master
BuckarooBanzay 2020-05-09 11:42:26 +02:00
parent 38fd4f2ab8
commit ed738b10b4
1 changed files with 9 additions and 0 deletions

9
start-mapserver.sh Executable file
View File

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