1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 20:51:04 +08:00
github-action update-app-version 78d5be3160 Update app version [skip ci]
2024-11-07 02:16:09 +00:00

16 lines
316 B
YAML

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"