Node on Synology under Docker restarting permanently

Hi! I just installed my first node on Synology under Docker. Node restarting permanently

Welcome to the forum @andylevi16 !

Can you show the last few lines of the log?

1 Like

https://forum.storj.io/t/my-docker-run-commands-for-multinodes-on-synology-nas/22034

Check this post.

You probably have auto restart set to true and config set to true as well.

This is ok to have an auto restart, but need to figure out the root cause, because the container usually should not crash (to be restarted).
So the reason is crash, but why? This is only logs can tell.

I had a case, when my node was always restarting.

Found, that it was caused by IO error (HDD was dying).

Somewhat fixed by completely disabling file walker. But had to replace HDD eventually.

But yes - need to see logs to find the reason.