update docker compose to plugin

This commit is contained in:
2024-11-02 14:53:52 +07:00
parent bd44c40572
commit 16a1437cd2
250 changed files with 5205 additions and 0 deletions
@@ -0,0 +1,15 @@
services:
zerotier-one:
image: bltavares/zerotier:1.12.1
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
labels:
createdBy: "Apps"