Closed TangJames closed 9 months ago
Just make a crontab job to restart your docker at X time. I dont think there is a reason to include this in the docker itself. For example, to restart daily at 6am:
0 6 * * * sudo docker restart palworld-server
Is there a way for automatic server restarts implemented?