mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
make port and players optional
This commit is contained in:
@@ -7,10 +7,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV PORT=8211 \
|
||||
ENV PORT= \
|
||||
PUID=1000 \
|
||||
PGID=1000 \
|
||||
PLAYERS=16 \
|
||||
PLAYERS= \
|
||||
MULTITHREADING=false \
|
||||
COMMUNITY=false \
|
||||
PUBLIC_IP= \
|
||||
|
||||
Reference in New Issue
Block a user