New base
Build / latest (push) Successful in 32s

This commit is contained in:
2026-06-14 15:25:29 +02:00
parent db67c3e51c
commit 6f75fb0424
3 changed files with 74 additions and 50 deletions
+20 -30
View File
@@ -1,36 +1,26 @@
FROM hackebein/srcds
FROM cm2network/steamcmd:root
ENV \
# App
APPS="1110390 -validate" \
#
# Server identity
INSTANCEID="Server1" \
SERVERNAME="Unturned Server" \
SERVERPASSWORD="" \
ADMINPASSWORD="" \
OWNER="0" \
#
# Server config
MAP="PEI" \
MAXPLAYERS="8" \
PERSPECTIVE="Both" \
PVP="true" \
PORT="27015" \
#
# Anti-cheat
VAC="true" \
EASYANTICHEAT="true" \
#
# Workshop
WORKSHOP="" \
#
# Start parameters
CUSTOMPARAMETERS=""
ENV GSLT="" \
SERVER_ID="default" \
MAP="PEI" \
NAME="Unturned Server" \
MAXPLAYERS="24" \
PORT="27015" \
PASSWORD="" \
OWNER="" \
PERSPECTIVE="Both" \
DIFFICULTY="Normal"
RUN apt-get update \
&& apt-get install -y --no-install-recommends procps \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /home/steam
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
EXPOSE 27015/tcp 27015/udp 27016/udp
EXPOSE 27015/udp
EXPOSE 27016/udp
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]