updated version to 1.14.0

This commit is contained in:
Maik Laschober 2020-12-06 17:02:08 +01:00
parent 8a70c2912b
commit 7a7ddde095
2 changed files with 5 additions and 2 deletions

View file

@ -4,7 +4,7 @@ FROM alpine as downloader
WORKDIR /download
ARG vs_type=stable
ARG vs_version=1.13.4
ARG vs_version=1.14.0
RUN wget "https://cdn.vintagestory.at/gamefiles/${vs_type}/vs_server_${vs_version}.tar.gz"
RUN tar xzf "vs_server_${vs_version}.tar.gz"

View file

@ -11,7 +11,10 @@ services:
volumes:
- gamedata:/gamedata
ports:
- 42420:42420
- target: 42420
published: 42420
protocol: tcp
# mode: host
environment:
VS_DATA_PATH: /gamedata/vs-custom
volumes: