make port and players optional

This commit is contained in:
Thijs van Loef
2024-01-21 20:04:45 +01:00
parent b7fc8d5cc6
commit 625e1c793a
4 changed files with 18 additions and 13 deletions

View File

@@ -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= \