From 78a179c9719dc5d2c2e6de0ed7812d8d2163fefc Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sun, 14 Aug 2022 16:53:54 +0200 Subject: [PATCH] Minor update in docs --- docs/running-headscale-container.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/running-headscale-container.md b/docs/running-headscale-container.md index b36f3bbf..4a9f1518 100644 --- a/docs/running-headscale-container.md +++ b/docs/running-headscale-container.md @@ -53,6 +53,8 @@ server_url: http://your-host-name:8080 # Change to your hostname or host IP metrics_listen_addr: 0.0.0.0:9090 # The default /var/lib/headscale path is not writable in the container private_key_path: /etc/headscale/private.key +# The default /var/lib/headscale path is not writable in the container +noise_private_key_path: /var/lib/headscale/noise_private.key # The default /var/lib/headscale path is not writable in the container db_path: /etc/headscale/db.sqlite ```