docs: docker version tags had an extra char

This commit is contained in:
Aarnav Tale 2025-04-05 11:58:32 -04:00
parent 2894c664d3
commit 524c5eb639
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ Here is what a sample Docker Compose deployment would look like:
services: services:
headplane: headplane:
# I recommend you pin the version to a specific release # I recommend you pin the version to a specific release
image: ghcr.io/tale/headplane0.5.10: image: ghcr.io/tale/headplane0.5.10
container_name: headplane container_name: headplane
restart: unless-stopped restart: unless-stopped
ports: ports:
@ -151,7 +151,7 @@ spec:
serviceAccountName: default serviceAccountName: default
containers: containers:
- name: headplane - name: headplane
image: ghcr.io/tale/headplane0.5.10: image: ghcr.io/tale/headplane0.5.10
env: env:
# Set these if the pod name for Headscale is not static # Set these if the pod name for Headscale is not static
# We will use the downward API to get the pod name instead # We will use the downward API to get the pod name instead

View File

@ -19,7 +19,7 @@ Here is what a sample Docker Compose deployment would look like:
services: services:
headplane: headplane:
# I recommend you pin the version to a specific release # I recommend you pin the version to a specific release
image: ghcr.io/tale/headplane0.5.10: image: ghcr.io/tale/headplane0.5.10
container_name: headplane container_name: headplane
restart: unless-stopped restart: unless-stopped
ports: ports: