Version bump and adjusted docker compose file
This commit is contained in:
@@ -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" ]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user