This image can be used to run a dedicated server for [Vintage Story](https://www.vintagestory.at/)
## Run this image with docker run
To run this image you can use `docker run -pd 42420:42420 --name VintageStoryServer devidian/vintagestory:latest`, but you may want to use a customized version for your needs so see following instructions.
## Run this image with docker compose
To run this image with docker compose you can start using the following file:
To update to the latest version call `docker compose pull` first, this will download the newest latest base image. Then execute `docker compose up -d`.
If you encounter any Problems or want some help feeel free to contact me on Discord (`Devidian#1334`) on my Discord Server (<https://discord.gg/8h3yhUT>) or write an issue at GitHub (<https://github.com/Devidian/docker-vintagestory>)