chore(zerotier): cleanup config
This commit is contained in:
parent
888c01f361
commit
2e412a1346
|
@ -4,11 +4,11 @@ services:
|
|||
container_name: zerotier
|
||||
image: zerotier/zerotier:1.10.1
|
||||
restart: on-failure
|
||||
command: "zerotier-cli join ${NETWORK_ID}"
|
||||
command: "${NETWORK_ID}"
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_ADMIN
|
||||
volumes:
|
||||
devices:
|
||||
- /dev/net/tun
|
||||
healthcheck:
|
||||
test: ['CMD','true']
|
||||
|
|
Loading…
Reference in New Issue
Block a user