From aec4cfadc5eaaf15a17f8b9d54c9b393bad50067 Mon Sep 17 00:00:00 2001 From: 1e99 Date: Sat, 29 Mar 2025 11:51:57 +0100 Subject: [PATCH] update readme with example --- README.md | 16 ++++++++++++++++ build.sh | 0 2 files changed, 16 insertions(+) mode change 100644 => 100755 build.sh diff --git a/README.md b/README.md index 259bc26..7620ac0 100644 --- a/README.md +++ b/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" +``` diff --git a/build.sh b/build.sh old mode 100644 new mode 100755