Changable Query Port

This commit is contained in:
Thijs van Loef
2024-01-23 20:46:30 +01:00
parent 3faa754723
commit 5da206769f
3 changed files with 19 additions and 10 deletions

View File

@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
xdg-user-dirs=0.17-2 \
procps=2:3.3.17-5 \
wget=1.21-1+deb11u1 \
net-tools \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
@@ -24,7 +25,8 @@ ENV PORT= \
ADMIN_PASSWORD= \
UPDATE_ON_BOOT=true \
RCON_ENABLED=true \
RCON_PORT=25575
RCON_PORT=25575 \
QUERY_PORT=27015
COPY ./scripts/* /home/steam/server/
RUN chmod +x /home/steam/server/init.sh /home/steam/server/start.sh