1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 02:11:04 +08:00

feat:更换zerotier镜像

This commit is contained in:
okxlin 2024-06-05 21:50:58 +08:00
parent b951f0a543
commit 9604613ec5
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ services:
- SYS_ADMIN
volumes:
- ./data:/var/lib/zerotier-one
image: bltavares/zerotier:1.14.0
image: "zerotier/zerotier:1.14.0"
labels:
createdBy: "Apps"

View File

@ -10,6 +10,6 @@ services:
- SYS_ADMIN
volumes:
- ./data:/var/lib/zerotier-one
image: bltavares/zerotier:latest
image: "zerotier/zerotier:latest"
labels:
createdBy: "Apps"