File tree Expand file tree Collapse file tree 4 files changed +41
-0
lines changed Expand file tree Collapse file tree 4 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ zerotier-client :
2+ image : zyclonite/zerotier
3+ container_name : zerotier
4+ devices :
5+ - /dev/net/tun
6+ network_mode : host
7+ volumes :
8+ - /var/lib/zerotier-one:/var/lib/zerotier-one
9+ cap_add :
10+ - NET_ADMIN
11+ - SYS_ADMIN
12+
Original file line number Diff line number Diff line change 1+ zerotier-router :
2+ image : zyclonite/zerotier:router
3+ container_name : zerotier
4+ devices :
5+ - /dev/net/tun
6+ network_mode : host
7+ volumes :
8+ - /var/lib/zerotier-one:/var/lib/zerotier-one
9+ cap_add :
10+ - NET_ADMIN
11+ - SYS_ADMIN
12+ - NET_RAW
13+ restart : unless-stopped
14+ environment :
15+ - TZ=Etc/UTC
16+ - ZEROTIER_ONE_LOCAL_PHYS=eth0
17+ # - ZEROTIER_ONE_NETWORK_IDS=yourNetworkID
18+ - ZEROTIER_ONE_USE_IPTABLES_NFT=true
19+ - ZEROTIER_ONE_GATEWAY_MODE=both
20+ - PUID=1000
21+ - PGID=1000
22+
Original file line number Diff line number Diff line change 1+ # ZeroTier
2+
3+ This is the old-menu branch documentation. Please refer to [ this page of the IOTstack Wiki] ( https://sensorsiot.github.io/IOTstack/Containers/ZeroTier/ ) .
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ declare -A cont_array=(
5959 [dozzle]=" Dozzle"
6060 [octoprint]=" OctoPrint"
6161 [wireguard]=" Wireguard"
62+ [zerotier-client]=" ZeroTier-client"
63+ [zerotier-router]=" ZeroTier-router"
6264 [heimdall]=" Heimdall Application Dashboard"
6365 [dashmachine]=" DashMachine"
6466 [homer]=" Homer"
@@ -105,6 +107,8 @@ declare -a keylist=(
105107 " dozzle"
106108 " octoprint"
107109 " wireguard"
110+ " zerotier-client"
111+ " zerotier-router"
108112 " heimdall"
109113 " dashmachine"
110114 " homer"
You can’t perform that action at this time.
0 commit comments