2023-04-15 16:14:38 +00:00
|
|
|
# github.com/Cvolton/GMDprivateServer, packaged in docker
|
2023-04-14 08:35:51 +00:00
|
|
|
|
|
|
|
## Usage:
|
|
|
|
|
|
|
|
building:
|
|
|
|
```
|
|
|
|
docker buildx build . -t <image tag>
|
|
|
|
```
|
|
|
|
|
|
|
|
running (remove the `-it` params to run in background):
|
|
|
|
```
|
2023-04-15 16:14:38 +00:00
|
|
|
# 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>
|
2023-04-14 08:35:51 +00:00
|
|
|
```
|