Added description for server

This commit is contained in:
Carlos M. Martinez
2024-01-25 21:45:05 -05:00
committed by Thijs van Loef
parent af15e82aa9
commit 8b34e13e8a
5 changed files with 13 additions and 4 deletions

View File

@@ -27,7 +27,8 @@ ENV PORT= \
RCON_ENABLED=true \
RCON_PORT=25575 \
QUERY_PORT=27015 \
TZ=UTC
TZ=UTC \
SERVER_DESCRIPTION=
COPY ./scripts/* /home/steam/server/
RUN chmod +x /home/steam/server/init.sh /home/steam/server/start.sh /home/steam/server/backup.sh && \