diff --git a/docs/running-headscale-container.md b/docs/running-headscale-container.md index f3626e9f..afbc1c56 100644 --- a/docs/running-headscale-container.md +++ b/docs/running-headscale-container.md @@ -55,7 +55,7 @@ metrics_listen_addr: 0.0.0.0:9090 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 + private_key_path: /etc/headscale/noise_private.key # The default /var/lib/headscale path is not writable in the container db_path: /etc/headscale/db.sqlite ```