1
0
Fork 0
1Panel-Appstore/apps/zerotier-one/latest/docker-compose.yml

17 lines
338 B
YAML
Raw Permalink Normal View History

2023-11-09 19:15:01 +08:00
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
2024-06-05 21:50:58 +08:00
image: "zerotier/zerotier:latest"
pull_policy: always
labels:
2023-11-09 19:15:01 +08:00
createdBy: "Apps"