update readme with example
This commit is contained in:
parent
251e7e5445
commit
aec4cfadc5
2 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -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
0
build.sh
Normal file → Executable file
Loading…
Add table
Reference in a new issue