Skip to main content

How to update the docker container

How to update your Palworld dedicated server docker container to enjoy the latest features.

docker compose

  1. Open the compose.yaml

  2. Check if your image is either:

    image: thijsvanloef/palworld-server-docker:latest

    or

    image: thijsvanloef/palworld-server-docker:<release-version>  ## For example: v0.32.0
  3. Run docker compose down --rmi all to make sure that there is no other palworld image

  4. Run docker compose up -d to bring up the container

docker run

  1. Run docker stop palworld-server
  2. Run docker rm palworld-server
  3. Run the docker run command again with the latest tag