Version bump and adjusted docker compose file

This commit is contained in:
Doc
2025-01-18 23:38:28 +01:00
parent 637e66ce80
commit ba2ea7908e
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
FROM rockylinux:9
ARG VERSION="1.19.8"
ARG VERSION="1.20.1"
RUN dnf install epel-release -y
@@ -52,4 +52,4 @@ ENV PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools
EXPOSE 42420
ENTRYPOINT [ "./startup.sh" ]
ENTRYPOINT [ "./startup.sh" ]

View File

@@ -1,9 +1,8 @@
services:
vintageserver:
container_name: vintageserver
image: 'git.protron.dev/doc/vintagecontainer:1.3'
user: "${UID}:${GID}"
image: 'git.protron.dev/doc/vintagecontainer:latest'
ports:
- '42420:42420'
volumes:
- ./data:/var/vintagestory/data
- ./data:/var/vintagestory/data