chore(deps): update zerotier/zerotier docker tag to v1.12.2 (#1382)

This commit is contained in:
renovate[bot] 2023-10-11 19:12:25 +00:00 committed by GitHub
parent bcbba72b29
commit 8d6c1fe6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"no_gui": true, "no_gui": true,
"port": 9993, "port": 9993,
"id": "zerotier", "id": "zerotier",
"tipi_version": 4, "tipi_version": 5,
"version": "1.12.1", "version": "1.12.2",
"categories": [ "categories": [
"network", "network",
"security" "security"

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
zerotier: zerotier:
container_name: zerotier container_name: zerotier
image: zerotier/zerotier:1.12.1 image: zerotier/zerotier:1.12.2
restart: on-failure restart: on-failure
command: "${NETWORK_ID}" command: "${NETWORK_ID}"
cap_add: cap_add: