https://github.com/cvolton/gmdprivateserver packed into a docker image
Find a file
magmaus3 7ffda3b2a5
Updates
- apache2 config
- dockerfile changes
2023-04-16 13:35:31 +02:00
apache2 Updates 2023-04-16 13:35:31 +02:00
config Updates 2023-04-16 13:35:31 +02:00
Dockerfile Updates 2023-04-16 13:35:31 +02:00
README.md Updates 2023-04-16 13:35:31 +02:00
TODO.md Updates 2023-04-16 13:35:31 +02:00

github.com/Cvolton/GMDprivateServer, packaged in docker

Usage:

building:

docker buildx build . -t <image tag>

running (remove the -it params to run in background):

# Note that you might want to add a volume for /gdps/data, so the levels are preserved
docker run -p 8080:80 -it <the tag you chose earlier>