From a49a405413ddc6797e6de26670d8b05e642393cc Mon Sep 17 00:00:00 2001 From: manju-rn <26291847+manju-rn@users.noreply.github.com> Date: Tue, 15 Nov 2022 23:00:04 +0800 Subject: [PATCH] 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` --- docs/running-headscale-container.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/running-headscale-container.md b/docs/running-headscale-container.md index a9d79ff5..4e55e0f8 100644 --- a/docs/running-headscale-container.md +++ b/docs/running-headscale-container.md @@ -58,6 +58,7 @@ private_key_path: /etc/headscale/private.key noise: private_key_path: /etc/headscale/noise_private.key # The default /var/lib/headscale path is not writable in the container +db_type: sqlite3 db_path: /etc/headscale/db.sqlite ```