mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
add option to enable rcon
This commit is contained in:
@@ -18,7 +18,9 @@ ENV PORT= \
|
||||
SERVER_PASSWORD= \
|
||||
SERVER_NAME= \
|
||||
ADMIN_PASSWORD= \
|
||||
UPDATE_ON_BOOT=true
|
||||
UPDATE_ON_BOOT=true \
|
||||
RCON_ENABLED=true \
|
||||
RCON_PORT=25575
|
||||
|
||||
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