wcdanh2
wcdanh2
I'm also having the issue of my servers restarting at midnight EST (5am UTC) but after some testing I'm thinking it may not be the cron job. To test it...
Narrowing this down a bit, It appears that valheim-status does not execute properly in the cron environment and is getting a timeout error and returning 0. Update: this is only...
>``` > # Server configs > SERVER_NAME=TEST-SERVER-NAME > WORLD_NAME=TEST-WORLD-NAME > SERVER_PASS=test > SERVER_PUBLIC=false > > # Restarts/updates > RESTART_CRON=*/5 * * * * > RESTART_IF_IDLE=true > UPDATE_CRON=*/15 * * *...
shell into your docker container: `docker exec -it {container name} /bin/bash` and edit your crontab with `crontab -e` add `SERVER_PUBLIC=false` above the other crontab lines. If that fixes it I...
> shell into your docker container: `docker exec -it {container name} /bin/bash` and edit your crontab with `crontab -e` add `SERVER_PUBLIC=false` above the other crontab lines. > > If that...
Have you verified that your public ip address hasn't changed?
Can you show the nc commands that you are trying to run? Are you running them from the host machine, inside docker, another machine?