Correction in the sample config file
Added the db_type in the sample config.yaml Without this entry, the container throws Unsupported DB error `db_type: sqlite3`
This commit is contained in:
parent
24f946e2e9
commit
a49a405413
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ private_key_path: /etc/headscale/private.key
|
||||||
noise:
|
noise:
|
||||||
private_key_path: /etc/headscale/noise_private.key
|
private_key_path: /etc/headscale/noise_private.key
|
||||||
# The default /var/lib/headscale path is not writable in the container
|
# The default /var/lib/headscale path is not writable in the container
|
||||||
|
db_type: sqlite3
|
||||||
db_path: /etc/headscale/db.sqlite
|
db_path: /etc/headscale/db.sqlite
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue