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