Skip to content

Commit

Permalink
updatemirror
Browse files Browse the repository at this point in the history
  • Loading branch information
xubiaolin committed Mar 7, 2024
1 parent 29864ea commit 3cee918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN set -x\
RUN set -x \
&& mkdir /app -p \
&& cd /app \
&& git clone --progress https://ghproxy.markxu.online/https://github.com/key-networks/ztncui.git\
&& git clone --progress https://ghproxy.imoyuapp.win/https://github.com/key-networks/ztncui.git\
&& cd /app/ztncui/src \
&& npm config set registry https://registry.npmmirror.com\
&& npm install -g node-gyp\
Expand All @@ -53,7 +53,7 @@ ENV ZT_PORT=9994
ENV API_PORT=3443
ENV FILE_SERVER_PORT=3000

ENV GH_MIRROR="https://ghproxy.markxu.online/"
ENV GH_MIRROR="https://ghproxy.imoyuapp.win/"
ENV FILE_KEY=''
ENV TZ=Asia/Shanghai

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ git clone https://github.com/xubiaolin/docker-zerotier-planet.git

加速地址
```
git clone https://ghproxy.markxu.online/https://github.com/xubiaolin/docker-zerotier-planet.git
git clone https://ghproxy.imoyuapp.win/https://github.com/xubiaolin/docker-zerotier-planet.git
```

## 3.3:执行安装脚本
Expand Down

0 comments on commit 3cee918

Please sign in to comment.