nitrog0d / palworld-arm64

Palworld Arm64 Dedicated server with Docker and FEX
100 stars 5 forks source link

Restart seem fail #10

Open dannycheungho opened 6 months ago

dannycheungho commented 6 months ago

After experiencing an unexpected server error and subsequent downtime, the Docker container was restarted, and the logs indicated normal functioning. However, players were unable to connect to the server. To resolve the issue, it was necessary to manually execute the commands "docker-compose down" followed by "docker-compose up -d" again. This allowed players to successfully reconnect to the server.

nitrog0d commented 6 months ago

Restart works for me. docker compose restart does it, and if the docker container restarts it should be okay too.

dannycheungho commented 6 months ago

My case is docker restart ok, everything seem ok, but server unable to connect. And idea?

nitrog0d commented 6 months ago

Your port is probably not open then? I don't know, it works for me.

dannycheungho commented 6 months ago

Server connection is ok. Only since docker restart, it fail.