Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/docs/elliptic-6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics authored Dec 7, 2024
2 parents 138e1a6 + 08550d8 commit 7e0616e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:

# zt container
zerotier:
image: zyclonite/zerotier:1.14.0
image: zyclonite/zerotier:1.14.2
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 @@ -13,7 +13,7 @@ services:
- app-network

zerotier:
image: zyclonite/zerotier:1.14.0
image: zyclonite/zerotier:1.14.2
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 @@ -59,7 +59,7 @@ services:
- app-network

zerotier:
image: zyclonite/zerotier:1.14.0
image: zyclonite/zerotier:1.14.2
hostname: zerotier
container_name: zerotier
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/Usage/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Only the relevant sections are shown below. The full `docker-compose.yml` file s
```yaml
services:
# zerotier:
# image: zyclonite/zerotier:1.14.0
# image: zyclonite/zerotier:1.14.2
# hostname: zerotier
# container_name: zerotier
# restart: unless-stopped
Expand Down

0 comments on commit 7e0616e

Please sign in to comment.