mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
add community server options
This commit is contained in:
@@ -7,7 +7,11 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
ENV PORT=8211 \
|
||||
PLAYERS=16 \
|
||||
MULTITHREADING=FALSE
|
||||
MULTITHREADING=false \
|
||||
COMMUNITY=false \
|
||||
PUBLIC_IP= \
|
||||
PUBLIC_PORT= \
|
||||
SERVER_PASSWORD=
|
||||
|
||||
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