This repository has been archived by the owner on Oct 28, 2023. It is now read-only.
Container restart policy not set by documented "docker run" command #14
Labels
documentation
Documentation needs updated to inform on this topic
good first issue
Good for newcomers
Image Setup Details
docker run
command ordocker-compose.yml
file:Description of Issue
The container restart policy is not set by documented "docker run" command. The default restart policy for Docker is "no", and as a result, the container will stop and fail to restart when the arkmanager CRON job for restarting the ark server instance triggers. This CRON job runs at 10:15am every day (UTC time).
Additional Information
Docker documentation about restart policy: https://docs.docker.com/config/containers/start-containers-automatically/
CRON job code from run.sh file that triggers restart (line 69): 15 10 * * * arkmanager restart --warn --saveworld
Recommend updating documented "docker run" command to include "--restart always"
The text was updated successfully, but these errors were encountered: