Docker images for Vintagestory.
Find a file
2025-03-30 13:25:30 +02:00
build.sh update readme with example 2025-03-29 11:51:57 +01:00
Dockerfile fix permissions 2025-03-29 12:04:24 +01:00
entry.sh add option for branch 2025-03-29 14:28:39 +01:00
LICENSE.md first commit 2025-03-29 11:48:47 +01:00
README.md update readme 2025-03-30 13:25:30 +02:00

Vintagestory Docker

Docker images for Vintagestory.

Example

A simple example using docker compose.

services:
  "vintagestory":
    image: "git.1e99.eu/1e99/vintagestory:latest"
    volumes:
      - "./vintagestory:/data"
    environment:
      - "VS_BRANCH=stable" # Either stable or unstable
      - "VS_VERSION=1.20.7"
    ports:
      - "42420:42420/tcp"
      - "42420:42420/udp"