dec0dOS / zero-ui

ZeroUI - ZeroTier Controller Web UI - is a web user interface for a self-hosted ZeroTier network controller.
GNU General Public License v3.0
912 stars 146 forks source link

Update docker-compose.yml #209

Open meferspb opened 4 months ago

meferspb commented 4 months ago

Pull Request type

Please check the type of change your PR introduces:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

-

-

Does this introduce a breaking change?

Other information

meferspb commented 4 months ago

Update version zerotier

dec0dOS commented 4 months ago

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.

meferspb commented 4 months ago

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.

meferspb commented 4 months ago
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
eduardo010174 commented 4 months ago

Today, they released version 1.14.0 of zerotier. zyclonite/zerotier:latest was updated to this version.

dand-oss commented 3 months ago

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: