Update docker-compose.yml

This commit is contained in:
suo 2022-09-13 17:16:22 +10:00 committed by GitHub
parent 2e436c3651
commit 7555834847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ version: "3.9"
services: services:
zerotier: zerotier:
container_name: zerotier container_name: zerotier
image: zerotier/zerotier:latest image: zerotier/zerotier:1.10.1
restart: on-failure restart: on-failure
command: "zerotier-cli join ${NETWORK_ID}" command: "zerotier-cli join ${NETWORK_ID}"
cap_add: cap_add: