Netbird crashing on sturtup on Truenas Scale

Describe the problem
Netbird works fine until truenas is turned off or rebooted. After this app shows exclamation mark and “crashed”. If i start it manually it works fine again

To Reproduce
Turn off or reboot Truenas

Are you using NetBird Cloud?

No

NetBird version

0.5.9.* tried 6 different versions

Is any other VPN software installed?

no

Netbird installed via yml
services:
netbird:
cap_add:
- NET_ADMIN
- SYS_ADMIN
- SYS_RESOURCE
container_name: netbird
environment:
- NB_SETUP_KEY=
hostname:
image: netbirdio/netbird:latest
network_mode: host
volumes:
- netbird-client:/var/lib/netbird
volumes:
netbird-client:
name: netbird-client

Would you be able to show any logs from the crash/truenas?