https://github.com/cvolton/gmdprivateserver packed into a docker image
Find a file
2023-04-14 10:35:51 +02:00
config init 2023-04-14 10:35:51 +02:00
apache-config.conf init 2023-04-14 10:35:51 +02:00
apache-site.conf init 2023-04-14 10:35:51 +02:00
Dockerfile init 2023-04-14 10:35:51 +02:00
README.md init 2023-04-14 10:35:51 +02:00
TODO init 2023-04-14 10:35:51 +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):

docker run -p 8080:80 --rm -it <the tag you chose earlier>