change to official zerotier image (#529)

* change to official zerotier image

* Update 20-zerotier.sh
This commit is contained in:
bruvv 2023-04-18 00:01:55 +02:00 committed by GitHub
parent 16e14aec24
commit b16d653429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,5 +33,5 @@ CONTAINER=zerotier-one
if podman container exists ${CONTAINER}; then
podman start ${CONTAINER}
else
podman run --device=/dev/net/tun --net=host --cap-add=NET_ADMIN --cap-add=SYS_ADMIN --cap-add=CAP_SYS_RAWIO -v ${DATA_DIR}/zerotier-one:/var/lib/zerotier-one --name zerotier-one -d bltavares/zerotier
podman run --device=/dev/net/tun --net=host --cap-add=NET_ADMIN --cap-add=SYS_ADMIN --cap-add=CAP_SYS_RAWIO -v ${DATA_DIR}/zerotier-one:/var/lib/zerotier-one --name zerotier-one -d zerotier/zerotier
fi

View File

@ -19,7 +19,7 @@
--cap-add=SYS_ADMIN \
--cap-add=CAP_SYS_RAWIO \
-v /data/zerotier-one:/var/lib/zerotier-one \
bltavares/zerotier
zerotier/zerotier
```
4. Join your zerotier network
```