-
Notifications
You must be signed in to change notification settings - Fork 672
Open
Description
我在群晖的docker上部署了,端口也都做了映射,可以打开管理页,客户端也能加入,可所有的客户端显示均为offline,但能获取ip地址。检查了一下端口,发现9994的UDP似乎不通(与防火墙无关,在局域网内测试也一样)。请问可能是什么原因造成的?yaml文件配置如下:
version: '3'
services:
myztplanet:
image: xubiaolin/zerotier-planet:latest
container_name: ztplanet
ports:
- 9994:9994
- 9994:9994/udp
- 3443:3443
- 3000:3000
environment:
- IP_ADDR4=58...*
- IP_ADDR6=
- ZT_PORT=9994
- API_PORT=3443
- FILE_SERVER_PORT=3000
volumes:
- /volume1/docker/zerotier/dist:/app/dist
- /volume1/docker/zerotier/ztncui:/app/ztncui
- /volume1/docker/zerotier/one:/var/lib/zerotier-one
- /volume1/docker/zerotier/config:/app/config
restart: unless-stopped
Metadata
Metadata
Assignees
Labels
No labels