palworld-docker
palworld-docker copied to clipboard
After docker deployment is successful, the server cannot be connected and cannot be upgraded
The palworld service on my previous docker could not be upgraded, so I deleted the container and image and redeployed it.
But the client still cannot connect to the server, and it shows "Your connection to the host has been interrupted (This is not the original text, it is a translation)"
Execute the following command sudo docker exec -u 0 -it PalServer bash /home/steam/steamcmd/steamcmd.sh +force_install_dir "/opt/palworld" +login anonymous +app_update 2394010 validate +quit
root@1b92c1fb4ff9:/opt/palworld# /home/steam/steamcmd/steamcmd.sh +force_install_dir "/opt/palworld" +login anonymous +app_update 2394010 validate +quit Redirecting stderr to '/root/Steam/logs/stderr.txt' Logging directory: '/root/Steam/logs' [ 0%] Checking for available updates... [----] Verifying installation... UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1718904263 -- type 'quit' to exit -- Loading Steam API...OK
Connecting anonymously to Steam Public...OK Waiting for client config...OK Waiting for user info...OK ERROR! Failed to install app '2394010' (Missing file permissions)
My current game version is the latest, version number is 0.3.2.55495 The docker image I downloaded is also the latest kagurazakanyaa/palworld:latest
Please help me figure out what the problem is, thank you very much !