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 ```