I've abandoned this projecct in favor of a jammsen based fork at ripps818/docker-palworld-dedicated-server-wine
Variable | Info | Default Values | Allowed Values |
---|---|---|---|
TZ | Timezone used for time stamping backup server | UTC | See TZ Identifiers |
PLAYERS* | Max amount of players that are able to join the server | 16 | 1-32 |
PORT* | UDP port that the server will expose | 8211 | 1024-65535 |
PUID* | The uid of the user the server should run as | 99 | !0 |
PGID* | The gid of the group the server should run as | 100 | !0 |
MULTITHREADING | Improves performance in multi-threaded CPU environments. It is effective up to a maximum of about 4 threads, and allocating more than this number of threads does not make much sense. | false | true/false |
COMMUNITY | Whether or not the server shows up in the community server browser (USE WITH SERVER_PASSWORD) | false | true/false |
PUBLIC_IP | You can manually specify the global IP address of the network on which the server running. If not specified, it will be detected automatically. If it does not work well, try manual configuration. | x.x.x.x | |
PUBLIC_PORT | You can manually specify the port number of the network on which the server running. If not specified, it will be detected automatically. If it does not work well, try manual configuration. | 1024-65535 | |
UPDATE_ON_BOOT | Update/Install the server when the docker container starts (THIS HAS TO BE ENABLED THE FIRST TIME YOU RUN THE CONTAINER) | true | true/false |
WINETRICKS_ON_BOOT | Update/Install visutal c++ runtime when the docker container starts (THIS HAS TO BE ENABLED THE FIRST TIME YOU RUN THE CONTAINER) | true | true/false |
RCON_ENABLED | Enable RCON for the Palworld server | true | true/false |
RCON_PORT | RCON port to connect to | 25575 | 1024-65535 |
QUERY_PORT | Query port used to communicate with Steam servers | 27015 | 1024-65535 |
BACKUP_ENABLED | Enables automatic backups | true | true/false |
DELETE_OLD_BACKUPS | Delete backups after a certain number of days | false | true/false |
OLD_BACKUP_DAYS | How many days to keep backups | 30 | any positive integer |