Skip to content

Commit

Permalink
Merge pull request #402 from sinamics/update-zerotier
Browse files Browse the repository at this point in the history
Update zerotier to version 1.14.0
  • Loading branch information
sinamics authored May 9, 2024
2 parents 81e1f07 + 94d5755 commit 167b030
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:

# zt container
zerotier:
image: zyclonite/zerotier:1.12.2
image: zyclonite/zerotier:1.14.0
ports:
- "9993:9993"
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- app-network

zerotier:
image: zyclonite/zerotier:1.12.2
image: zyclonite/zerotier:1.14.0
hostname: zerotier
container_name: zerotier
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/Installation/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- app-network

zerotier:
image: zyclonite/zerotier:1.12.2
image: zyclonite/zerotier:1.14.0
hostname: zerotier
container_name: zerotier
restart: unless-stopped
Expand Down

0 comments on commit 167b030

Please sign in to comment.