Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker-compose.yml #209

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update docker-compose.yml #209

wants to merge 1 commit into from

Conversation

meferspb
Copy link

@meferspb meferspb commented Apr 13, 2024

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this introduce a breaking change?

  • Yes
  • No

Other information

@meferspb meferspb requested a review from dec0dOS as a code owner April 13, 2024 13:57
@meferspb
Copy link
Author

Update version zerotier

@dec0dOS
Copy link
Owner

dec0dOS commented Apr 13, 2024

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
Copy link
Author

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
Copy link
Author

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
Copy link

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

@dand-oss
Copy link

dand-oss commented Jun 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants