Update Docker Container #305
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Z3roX, best thing to do, is create a backup of all your files and then running the following commands (if you have mounted your volume on your local filesystem):
Please make sure you are using an up to date version of the docker-compose.yml example https://github.com/thijsvanloef/palworld-server-docker/blob/main/docker-compose.yml |
Beta Was this translation helpful? Give feedback.
Hi @Z3roX, best thing to do, is create a backup of all your files and then running the following commands (if you have mounted your volume on your local filesystem):
docker compose down --rmi all
image: thijsvanloef/palworld-server-docker:latest
indocker-compose.yml
docker compose up -d
Please make sure you are using an up to date version of the docker-compose.yml example https://github.com/thijsvanloef/palworld-server-docker/blob/main/docker-compose.yml