ClydeJIJI

Results 4 comments of ClydeJIJI

Here's my compose.yaml. Did I write something wrong? ``` services: palworld: image: thijsvanloef/palworld-server-docker:latest restart: unless-stopped container_name: palworld-server stop_grace_period: 30s ports: - 8211:8211/udp - 27015:27015/udp environment: PUID: 1000 PGID: 1000 PORT:...

It looks like the cause has been found. When performing a backup using the Docker command "docker exec palworld-server backup" and checking the files, it seems that the values modified...

I also faced the same issue, so whenever errors occurred, I restored the backup. It was cumbersome because I need to shut down the server using commands in the game...