update readme with example

This commit is contained in:
1e99 2025-03-29 11:51:57 +01:00
parent 251e7e5445
commit aec4cfadc5
2 changed files with 16 additions and 0 deletions

View file

@ -1,2 +1,18 @@
# Vintagestory Docker
Docker images for Vintagestory.
## Example
An example using docker compose.
```yaml
services:
"vintagestory":
image: "git.1e99.eu/1e99/vintagestory:latest"
volumes:
- "./vintagestory:/data"
environment:
- "VS_VERSION=1.20.7"
ports:
- "42420:42420/tcp"
- "42420:42420/udp"
```

0
build.sh Normal file → Executable file
View file