vintagestorydocker/README.md
2025-03-29 11:51:57 +01:00

342 B

Vintagestory Docker

Docker images for Vintagestory.

Example

An example using docker compose.

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"