Zerotier-cli: missing port and zerotier-one.port not found in /var/lib/zerotier-one

Hi

using

docker run --device=/dev/net/tun --net=host --cap-add=NET_ADMIN --cap-add=SYS_ADMIN -v /var/lib/zerotier-one:/var/lib/zerotier-one -h zerotier-one -d bltavares/zerotier

I’m getting the same issue, Raspberry pi Docker install, It did work on my network but I moved it to the network its now on and I get from

sudo netstat -lp --numeric-ports --numeric-hosts | grep zero

tcp 0 0 127.0.0.1:9993 0.0.0.0:* LISTEN 20094/zerotier-one
tcp6 0 0 ::1:9993 :::* LISTEN 20094/zerotier-one

and when I try

zerotier-cli join xxxxxxxxxxxx

the response is

0 join timed out

Any ideas