mirror of
https://github.com/Merith-TK/docker-vintagestory
synced 2025-01-18 22:30:27 +00:00
updated version to 1.14.0
This commit is contained in:
parent
8a70c2912b
commit
7a7ddde095
2 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue