add option to disable update on boot

This commit is contained in:
Thijs van Loef
2024-01-19 19:35:32 +01:00
parent 2b73f49931
commit 1f43e5be60
4 changed files with 13 additions and 6 deletions

View File

@@ -14,7 +14,8 @@ ENV PORT=8211 \
PUBLIC_IP= \
PUBLIC_PORT= \
SERVER_PASSWORD= \
SERVER_NAME=
SERVER_NAME= \
UPDATE_ON_BOOT=true
COPY ./scripts/* /home/steam/server/
RUN chmod +x /home/steam/server/init.sh /home/steam/server/start.sh