mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
add option to disable update on boot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user