How can I update palworld-server-docker's version? #310
Answered
by
thijsvanloef
jexterliangsufe
asked this question in
Q&A
-
I started a server when the palworld-server-docker's version is 0.18.0. How can I update the version to the newest without destroying the existed server's files? |
Beta Was this translation helpful? Give feedback.
Answered by
thijsvanloef
Feb 7, 2024
Replies: 1 comment 1 reply
-
If you mounted your config using the volume mount from the example: volumes:
- ./palworld:/palworld/ Then you should be able to update your image using the following commands:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jexterliangsufe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you mounted your config using the volume mount from the example:
Then you should be able to update your image using the following commands:
docker compose down --rmi all
docker compose up -d