-
Trying to bring zero ui up using this docker-compose.yml (I am using an nginx proxy on the host which handles the ssl):
I am supplying existing data from a working zerotier controller in the When I bring this up, the
...but the zero-ui container throws a loooooong (2990 line) error message that starts with this:
I've done some googling on the "socket hang up" error and it seems like there is a very wide variety of causes. @dec0dOS any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I suppose that the ZeroUI backend could not connect to the zerotier-controller but could not figure out why based only on your logs. Could you execute the following commands and provide additional logs: docker exec -it zu-main /bin/sh
ping zerotier
apk add curl
curl -vvv zerotier:9993/status P.S. you should get the |
Beta Was this translation helpful? Give feedback.
I suppose that the ZeroUI backend could not connect to the zerotier-controller but could not figure out why based only on your logs. Could you execute the following commands and provide additional logs:
docker exec -it zu-main /bin/sh ping zerotier apk add curl curl -vvv zerotier:9993/status
P.S. you should get the
HTTP/1.1 401 Unauthorized