mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
Changable Query Port
This commit is contained in:
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
xdg-user-dirs=0.17-2 \
|
||||
procps=2:3.3.17-5 \
|
||||
wget=1.21-1+deb11u1 \
|
||||
net-tools \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
@@ -24,7 +25,8 @@ ENV PORT= \
|
||||
ADMIN_PASSWORD= \
|
||||
UPDATE_ON_BOOT=true \
|
||||
RCON_ENABLED=true \
|
||||
RCON_PORT=25575
|
||||
RCON_PORT=25575 \
|
||||
QUERY_PORT=27015
|
||||
|
||||
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