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:latestor
image: thijsvanloef/palworld-server-docker:<release-version> ## For example: v0.32.0 -
Run
docker compose down --rmi allto make sure that there is no other palworld image -
Run
docker compose up -dto bring up the container
docker run
- Run
docker stop palworld-server - Run
docker rm palworld-server - Run the docker run command again with the
latesttag