1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-11-07 02:16:09 +00:00
parent 3ed1500f96
commit 78d5be3160
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
services:
zerotier-one:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
devices:
- /dev/net/tun
cap_add:
- NET_ADMIN
- SYS_ADMIN
volumes:
- ./data:/var/lib/zerotier-one
image: "zerotier/zerotier:1.14.2"
labels:
createdBy: "Apps"