mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2024-12-12 09:20:55 +01:00
14 lines
271 B
YAML
14 lines
271 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
zerotier:
|
||
|
image: zyclonite/zerotier
|
||
|
container_name: zerotier-one
|
||
|
devices:
|
||
|
- /dev/net/tun
|
||
|
network_mode: host
|
||
|
volumes:
|
||
|
- '/var/lib/zerotier-one:/var/lib/zerotier-one'
|
||
|
cap_add:
|
||
|
- NET_ADMIN
|
||
|
- SYS_ADMIN
|