docs: docker version tags had an extra char
This commit is contained in:
parent
2894c664d3
commit
524c5eb639
2 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ Here is what a sample Docker Compose deployment would look like:
|
|||
services:
|
||||
headplane:
|
||||
# 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
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
@ -151,7 +151,7 @@ spec:
|
|||
serviceAccountName: default
|
||||
containers:
|
||||
- name: headplane
|
||||
image: ghcr.io/tale/headplane0.5.10:
|
||||
image: ghcr.io/tale/headplane0.5.10
|
||||
env:
|
||||
# Set these if the pod name for Headscale is not static
|
||||
# We will use the downward API to get the pod name instead
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Here is what a sample Docker Compose deployment would look like:
|
|||
services:
|
||||
headplane:
|
||||
# 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
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue