mirror of
https://github.com/Merith-TK/docker-vintagestory
synced 2025-01-31 04:30:26 +00:00
Stable update to 1.13.0
This commit is contained in:
parent
7c3b4c2392
commit
99e5010525
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ FROM alpine as downloader
|
|||
WORKDIR /download
|
||||
|
||||
ENV VSTYPE stable
|
||||
ENV VSVERSION 1.12.14
|
||||
ENV VSVERSION 1.13.0
|
||||
|
||||
RUN wget "https://cdn.vintagestory.at/gamefiles/${VSTYPE}/vs_server_${VSVERSION}.tar.gz"
|
||||
RUN tar xzf "vs_server_${VSVERSION}.tar.gz"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Run this image
|
||||
To run this image you can use `docker run -pd 42420:42420 --name VintageStoryServer devidian/vintagestory`, but you may want to use a customized version for your needs so see `./build-custom-example/README.md`
|
||||
To run this image you can use `docker run -pd 42420:42420 --name VintageStoryServer devidian/vintagestory`, but you may want to use a customized version for your needs so see following instructions.
|
||||
|
||||
# Custom build
|
||||
You can either copy files from `https://github.com/Devidian/docker-vintagestory/tree/master/build-custom-example` or follow these steps:
|
||||
|
|
Loading…
Reference in a new issue