mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-30 13:35:23 +00:00
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
@ -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 New Issue
Block a user