Merge pull request #853 from zhzy0077/patch-1

Fix the proposed noise private_key_path
This commit is contained in:
Juan Font 2022-10-13 22:30:02 +02:00 committed by GitHub
commit 0048ed07a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ metrics_listen_addr: 0.0.0.0:9090
private_key_path: /etc/headscale/private.key private_key_path: /etc/headscale/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
noise: 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 # The default /var/lib/headscale path is not writable in the container
db_path: /etc/headscale/db.sqlite db_path: /etc/headscale/db.sqlite
``` ```