mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
12 lines
212 B
YAML
12 lines
212 B
YAML
server_url: https://headscale.example.com
|
|
listen_addr: 0.0.0.0:8080
|
|
|
|
db_type: sqlite3
|
|
db_path: /var/lib/headscale/db.sqlite
|
|
|
|
log:
|
|
level: info
|
|
|
|
dns_config:
|
|
override_local_dns: true
|
|
base_domain: tailnet.local |