$ git clone https://github.com/hamlinzheng/docker-zerotier-server.git ``` 2. Modify the installation version of `ZeroTier`(default: 1.8.6) and `Zero-UI`(default: 1.2.1) in `docker-compose.yml` 2. Modify the installation version of `ZeroTier`(default: 1.8.6) and `Zero-UI`(defau...
dockerfile: ./docker/zerotier/Dockerfile args: - ZEROTIER_VERSION=1.10.0 - ZEROTIER_VERSION=1.10.6 - CHINA_SOURCE=true # - http_proxy=http://172.17.0.1:10809 # - https_proxy=http://172.17.0.1:10809 @@ -26,7 +26,7 @@ services: context: . dockerfile: ./docker/zero-ui/Dockerfil...