How to update the docker container
How to update your Palworld dedicated server docker container to enjoy the latest features.
docker compose
-
Open the docker-compose.yml
-
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
-
Run
docker compose down --rmi all
to make sure that there is no other palworld image -
Run
docker compose up -d
to bring up the container
docker run
- Run
docker stop palworld-server
- Run
docker rm palworld-server
- Run the docker run command again with the
latest
tag