From 7a7ddde095b76158e2478835ce025b85b5c56186 Mon Sep 17 00:00:00 2001 From: Maik Laschober Date: Sun, 6 Dec 2020 17:02:08 +0100 Subject: [PATCH] updated version to 1.14.0 --- Dockerfile | 2 +- build-custom-example/docker-compose.yml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c656b9..63420e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/build-custom-example/docker-compose.yml b/build-custom-example/docker-compose.yml index b1500ce..322fd9b 100644 --- a/build-custom-example/docker-compose.yml +++ b/build-custom-example/docker-compose.yml @@ -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: