zero-ui
zero-ui copied to clipboard
Update docker-compose.yml
Pull Request type
Please check the type of change your PR introduces:
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no API changes)
- [ ] Build-related changes
- [ ] Documentation content changes
- [x] Other (please describe):
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this introduce a breaking change?
- [ ] Yes
- [x] No
Other information
Update version zerotier
Hi, @meferspb!
Have you tried ZeroUI with the ZeroTier version you provided? I'm curious, why are you looking to update the ZeroTier controller version? If the issue mentioned in this GitHub thread has already been resolved, we should consider updating to version 1.12.x. However, we need to be completely certain that this issue has been addressed.
It seems like the version you've mentioned isn't available anymore in the ZeroTier releases (1.11.x). You can check the available versions here. It might be broken.
At the moment I have updated the zero level to version zero level: 1.12.2 and have not encountered any problems. I edited the version before running the docker compose pull command. But pay attention, if there were no problems with launching a project inside the network, on a host, when the network already has 80 and 443 ports occupied and everything is limited. It's disappointing that the default DNS broadcast setting is not configured in Zero-UI.
root@zeroui:/srv/zero-ui# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
25b00e7937ba dec0dos/zero-ui:latest "docker-entrypoint.s…" About a minute ago Up About a minute 0.0.0.0:4000->4000/tcp, :::4000->4000/tcp zu-main
b15f0736409c zyclonite/zerotier:latest "entrypoint.sh -U" About a minute ago Up About a minute 9993/tcp, 0.0.0.0:9993->9993/udp, :::9993->9993/udp zu-controller
Today, they released version 1.14.0 of zerotier. zyclonite/zerotier:latest was updated to this version.
1.14.0 is "working" for me, in that the zero-ui does refresh the member list
455c32f0cfd4 zyclonite/zerotier:1.14.0 "entrypoint.sh -U" 46 seconds ago Up 45 seconds 9993/tcp, 0.0.0.0:9994->9993/udp
services: zerotier: image: zyclonite/zerotier:1.14.0 container_name: zu-controller restart: unless-stopped volumes: - controller_data:/var/lib/zerotier-one