14 lines
331 B
Markdown
14 lines
331 B
Markdown
# 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>
|
|
```
|