Compare commits
2 Commits
637e66ce80
...
cdb94fbb88
| Author | SHA1 | Date | |
|---|---|---|---|
| cdb94fbb88 | |||
| 531c011746 |
@@ -1,10 +1,10 @@
|
||||
FROM rockylinux:9
|
||||
FROM rockylinux:9-minimal
|
||||
|
||||
ARG VERSION="1.19.8"
|
||||
|
||||
RUN dnf install epel-release -y
|
||||
RUN microdnf install epel-release -y
|
||||
|
||||
RUN dnf install procps-ng screen wget libicu -y
|
||||
RUN microdnf install procps-ng screen wget libicu tar findutils -y
|
||||
|
||||
RUN useradd -d /home/vintagestory vintagestory
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
vintageserver:
|
||||
container_name: vintageserver
|
||||
image: 'git.protron.dev/doc/vintagecontainer:1.3'
|
||||
image: 'git.protron.dev/doc/vintagecontainer:1.4'
|
||||
user: "${UID}:${GID}"
|
||||
ports:
|
||||
- '42420:42420'
|
||||
|
||||
Reference in New Issue
Block a user