chore: update docs for minimum beta requirement
This commit is contained in:
parent
a2054786f8
commit
0e6b5ea6d0
4 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ that you'll NEED to setup a reverse proxy and this is incomplete:
|
|||
```yaml
|
||||
services:
|
||||
headscale:
|
||||
image: 'headscale/headscale:0.23.0-alpha12'
|
||||
image: 'headscale/headscale:0.23.0-beta2'
|
||||
container_name: 'headscale'
|
||||
restart: 'unless-stopped'
|
||||
command: 'serve'
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ spec:
|
|||
mountPath: /etc/headscale
|
||||
|
||||
- name: headscale
|
||||
image: headscale/headscale:0.23.0-alpha12
|
||||
image: headscale/headscale:0.23.0-beta2
|
||||
command: ['serve']
|
||||
env:
|
||||
- name: TZ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue