chore: update to headscale beta for compose dev
This commit is contained in:
parent
75ba3a3dc7
commit
224cbbdcaf
2 changed files with 44 additions and 40 deletions
|
|
@ -2,14 +2,13 @@
|
|||
# IT IS NOT AN EXAMPLE OF SOMETHING YOU DEPLOY
|
||||
# I ONLY USE IT FOR DEVELOPING HEADPLANE
|
||||
|
||||
version: '3.9'
|
||||
networks:
|
||||
headplane-dev:
|
||||
name: 'headplane-dev'
|
||||
driver: 'bridge'
|
||||
services:
|
||||
headscale:
|
||||
image: 'headscale/headscale:0.23.0-alpha5'
|
||||
image: 'headscale/headscale:0.23.0-beta1'
|
||||
container_name: 'headscale'
|
||||
restart: 'unless-stopped'
|
||||
command: 'serve'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue