Added timezone option

This commit is contained in:
Carlos M. Martinez
2024-01-24 16:20:26 -05:00
parent aaf8ef5231
commit ad8e47fb4e
3 changed files with 4 additions and 1 deletions

View File

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