diff --git a/templates/zerotier/0/docker-compose.yml b/templates/zerotier/0/docker-compose.yml index 59830ed..4a0e490 100644 --- a/templates/zerotier/0/docker-compose.yml +++ b/templates/zerotier/0/docker-compose.yml @@ -1,4 +1,4 @@ -version: '3' +version: '2' services: zerotier: container_name: ${NAME} @@ -16,4 +16,4 @@ services: - "host" restart: unless-stopped volumes: - - "${CONFIG_STORAGE}:/var/lib/zerotier-one" \ No newline at end of file + - ${CONFIG_STORAGE}:/var/lib/zerotier-one \ No newline at end of file