palworld-server-docker icon indicating copy to clipboard operation
palworld-server-docker copied to clipboard

REGION ENV variable is missing from both Dockerfile and helm chart

Open jryanearl opened this issue 1 year ago • 2 comments

Describe the bug

REGION is missing from the Dockerfile env variables, this leaves region="" in the final config file.

To Reproduce

Use 0.18.0 (latest wasn't working for me, "" problems in config variables) to start a Palworld instance. I'm using a docker GUI which brings up all the ENV variables. REGION is not there.

Steps to reproduce

Steps to reproduce the behavior:

I'm using Container Manager on DSM 7.2.1 (Synology) it's easy to see the REGION ENV variable is missing there. Looking at source code, can see region is missing in both the Dockerfile and the helm chart.

Expected behavior

Should be able to set REGION info for Palword server.

Screenshots

If applicable, add screenshots to help explain your problem.

missing_region_env

Desktop (please complete the following information)

~$ docker --version Docker version 20.10.23, build 876964a

jryanearl avatar Jan 30 '24 20:01 jryanearl

The REGION env var is empty by default, have you explicitly set the REGION env?

thijsvanloef avatar Jan 31 '24 08:01 thijsvanloef

I did explicitly set it and it worked, so maybe working as intended.

jryanearl avatar Feb 03 '24 00:02 jryanearl