1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-16 01:19:36 +08:00
1Panel-Appstore/zerotier-one/1.14.0/docker-compose.yml
github-action update-app-version 170cd14788 Update app version [skip ci]
2024-05-04 16:47:30 +00:00

17 lines
328 B
YAML

version: '3'
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: bltavares/zerotier:1.14.0
labels:
createdBy: "Apps"