mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
Add ADMIN_PASSWORD env variable
# Motivations Being able to configure the admin password would be quite helpful # Modifications - Add `ADMIN_PASSWORD` to the list of environment variables, which adds `--adminpassword` to the server arguments
This commit is contained in:
@@ -6,7 +6,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
ENV PORT=8211 \
|
||||
PLAYERS=16 \
|
||||
MULTITHREADING=false \
|
||||
@@ -15,6 +14,7 @@ ENV PORT=8211 \
|
||||
PUBLIC_PORT= \
|
||||
SERVER_PASSWORD= \
|
||||
SERVER_NAME= \
|
||||
ADMIN_PASSWORLD= \
|
||||
UPDATE_ON_BOOT=true
|
||||
|
||||
COPY ./scripts/* /home/steam/server/
|
||||
|
||||
Reference in New Issue
Block a user