chore(deps): update zerotier/zerotier docker tag to v1.14.0 (#3375)
This commit is contained in:
parent
0c5dc17c52
commit
cc401b11fc
|
@ -5,8 +5,8 @@
|
||||||
"no_gui": true,
|
"no_gui": true,
|
||||||
"port": 9993,
|
"port": 9993,
|
||||||
"id": "zerotier",
|
"id": "zerotier",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "1.12.2",
|
"version": "1.14.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"network",
|
"network",
|
||||||
"security"
|
"security"
|
||||||
|
@ -27,5 +27,8 @@
|
||||||
"env_variable": "NETWORK_ID"
|
"env_variable": "NETWORK_ID"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
zerotier:
|
zerotier:
|
||||||
container_name: zerotier
|
container_name: zerotier
|
||||||
image: zerotier/zerotier:1.12.2
|
image: zerotier/zerotier:1.14.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
command: "${NETWORK_ID}"
|
command: "${NETWORK_ID}"
|
||||||
cap_add:
|
cap_add:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user