add community server options

This commit is contained in:
Thijs van Loef
2024-01-19 18:22:08 +01:00
parent f3a0c673a9
commit a6e30557b9
4 changed files with 44 additions and 15 deletions

View File

@@ -7,7 +7,11 @@ RUN apt-get update && apt-get install -y \
ENV PORT=8211 \
PLAYERS=16 \
MULTITHREADING=FALSE
MULTITHREADING=false \
COMMUNITY=false \
PUBLIC_IP= \
PUBLIC_PORT= \
SERVER_PASSWORD=
COPY ./scripts/* /home/steam/server/
RUN chmod +x /home/steam/server/init.sh /home/steam/server/start.sh