jammsen / docker-palworld-dedicated-server

Docker container to easily provision and manage Palworld Dedicated Server
https://hub.docker.com/r/jammsen/palworld-dedicated-server
MIT License
907 stars 157 forks source link

[May not be the bug] Just want few help from youe team relate with docker #104

Closed fei15115 closed 7 months ago

fei15115 commented 7 months ago

Have you read the Important information text above

Current behavior

When I restart the linux server, I find no container is running or exists. So I tried to rebuild the container with docker-compose, but I got some error with the port already get used. Then I find the game server is already runing with no any reference(no docker container). image

Desired behavior

I'm the new guy for the docker-compose, Sorry for the bother. So should I start the container every time? Why I could not find the comtainer in docker?

Links to screenshots

No response

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Software setup

Hardware setup

Additional context

No response

jammsen commented 7 months ago

The standard is that Docker creates containers and they have something called a restart-policy, so when you reboot or docker-daemon restart they know what they are doing. But as you wrote it, just container is lost, are you sure about that?

What happens when you du "docker ps -a" are there exited containers?

If its all clear after a reboot, something is mixed up with your docker and linx install, cant really help with that, try google and docker-support forum then.

fei15115 commented 7 months ago

Thank you for your quick reply, That also confuses me. "ps -a " shows the same: image Maybe I need to reinstall the Linux into my exsi system.If I want to save the game record, I need to expose all the file below the "Pal/saved" right ? Is there any missing file ?

jammsen commented 7 months ago

Maybe I need to reinstall the Linux into my exsi system.

Yeah try a new VM, with a fresh install of ubuntu-server or debian with only docker 25.0.0 and start again

If I want to save the game record, I need to expose all the file below the "Pal/saved" right ? Is there any missing file ?

Im not sure about that, my backup script saves ${GAME_PATH}/Pal/Saved and all of its content. Just like the Unreal Engine way is. Maybe thats to much, but i dont care for min-maxing savegames, that way i dont miss anything 😝

jammsen commented 7 months ago

@fei15115 did you solve it?

jammsen commented 7 months ago

Im closing this issue as resolved, feel free to try it out and reopen again if needed.

If you like this project, please consider giving this repo and the docker-hub-repo a Star.

fei15115 commented 7 months ago

Hi, Sorry for the delay response. I have already reinstall the linux, and it works this time. I think it might be something mix into the docker deamon or something I don't know. greate docker and help,Thanks!

jammsen commented 7 months ago

Happy to hear it works, hope you did leave a Star on Github and Dockerhub to support our hard work 👍