Skip to content

Is there a problem editing the "PalWorldSettings.ini" file? #597

Closed Answered by thijsvanloef
hFerbic asked this question in Q&A
Discussion options

You must be logged in to vote

By default, the settings will be generated with the environment variables, if you want to change the settings.ini manually, you would need to set: DISABLE_GENERATE_SETTINGS: TRUE

services:
   palworld:
      image: thijsvanloef/palworld-server-docker:latest
      restart: unless-stopped
      container_name: palworld-server
      stop_grace_period: 30s # Set to however long you are willing to wait for the container to gracefully stop
      ports:
        - 8211:8211/udp
        - 27015:27015/udp
        # - 8212:8212/tcp  # Port for REST API if REST_API_ENABLED: true
      environment:
         PUID: 1000
         PGID: 1000
         PORT: 8211 # Optional but recommended
         PLAYERS: 16

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hFerbic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants