zero-ui icon indicating copy to clipboard operation
zero-ui copied to clipboard

Update docker-compose.yml

Open meferspb opened this issue 10 months ago • 6 comments

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

meferspb avatar Apr 13 '24 13:04 meferspb

Update version zerotier

meferspb avatar Apr 13 '24 13:04 meferspb

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.

dec0dOS avatar Apr 13 '24 15:04 dec0dOS

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 avatar Apr 13 '24 16:04 meferspb

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

meferspb avatar Apr 13 '24 16:04 meferspb

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

eduardo010174 avatar May 03 '24 18:05 eduardo010174

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

dand-oss avatar Jun 05 '24 02:06 dand-oss