chore: update docs to match 0.26+ criteria

This commit is contained in:
Aarnav Tale
2025-05-16 11:06:31 -04:00
parent eda8ed0b3e
commit ffce20e88a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ different needs.
## Deployment ## Deployment
Requirements: Requirements:
- Headscale 0.25 or newer (already deployed) - Headscale 0.26 or newer (already deployed)
- Node.js 22 LTS or newer - Node.js 22 LTS or newer
- [PNPM](https://pnpm.io/installation) 10.x - [PNPM](https://pnpm.io/installation) 10.x
- A finished configuration file (config.yaml) - A finished configuration file (config.yaml)
+3 -3
View File
@@ -26,7 +26,7 @@ experience.
Requirements: Requirements:
- Docker and Docker Compose - Docker and Docker Compose
- Headscale 0.25 or newer - Headscale 0.26 or newer
- A finished configuration file (config.yaml) - A finished configuration file (config.yaml)
Here is what a sample Docker Compose deployment would look like: Here is what a sample Docker Compose deployment would look like:
@@ -54,7 +54,7 @@ services:
# If you are using the Docker integration, mount the Docker socket # If you are using the Docker integration, mount the Docker socket
- '/var/run/docker.sock:/var/run/docker.sock:ro' - '/var/run/docker.sock:/var/run/docker.sock:ro'
headscale: headscale:
image: headscale/headscale:0.25.1 image: headscale/headscale:0.26.0
container_name: headscale container_name: headscale
restart: unless-stopped restart: unless-stopped
command: serve command: serve
@@ -178,7 +178,7 @@ spec:
mountPath: /var/lib/headplane mountPath: /var/lib/headplane
- name: headscale - name: headscale
image: headscale/headscale:0.25.1 image: headscale/headscale:0.26.0
command: ['serve'] command: ['serve']
volumeMounts: volumeMounts:
- name: headscale-data - name: headscale-data
+1 -1
View File
@@ -11,7 +11,7 @@ out [**Integrated Mode**](/docs/Integrated-Mode.md).
Requirements: Requirements:
- Docker and Docker Compose - Docker and Docker Compose
- Headscale 0.25 or newer (already deployed) - Headscale 0.26 or newer (already deployed)
- A finished configuration file (config.yaml) - A finished configuration file (config.yaml)
Here is what a sample Docker Compose deployment would look like: Here is what a sample Docker Compose deployment would look like: