Docker container stops after few minutes

Hi!

I deloyed the nkn docker image on a Raspberry Pi 4 and tried it on windows docker desktop too but on both device the nkn container stopped working after a few minutes with the following errors:

[WARN ] GID 27826, Get blocks error: Wait for reply timeout
[WARN ] GID 27827, Get blocks error: Wait for reply timeout
[WARN ] GID 27828, Get blocks error: Wait for reply timeout
[WARN ] GID 27829, Get blocks error: Wait for reply timeout
[WARN ] GID 27830, Get blocks error: Wait for reply timeout

[ERROR] GID 8922, Sync blocks error with batch size 1: all workers failed
[FATAL] GID 8922, [consensus.go:L341 func2()] Error syncing blocks: sync blocks error: all workers failed

I checked the 30000-30005 ports from outside and they are ok.
I see connections to neighbours.

What could be the problem? I appreciate every suggestion. :slight_smile:

Thanks!

Just for info: I added “SyncMode”: “light” to config.json and the container started to work.

Hello,
ok this info really helps for me
Official Site