Add PUID and PGID to palworld docker image.

This commit is contained in:
Donald Webster
2024-01-20 22:08:00 -08:00
parent 941d105fc0
commit 8878780321
3 changed files with 17 additions and 11 deletions

View File

@@ -1,9 +1,7 @@
#!/bin/sh
#!/bin/bash
STARTCOMMAND="./PalServer.sh -port=${PORT} -players=${PLAYERS}"
if [ "${COMMUNITY}" = true ]; then
STARTCOMMAND="${STARTCOMMAND} EpicApp=PalServer"
fi
@@ -30,7 +28,7 @@ fi
if [ "${MULTITHREADING}" = true ]; then
STARTCOMMAND="${STARTCOMMAND} -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS"
fi
fi
cd /palworld || exit