1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Fix wrong metrics port in docs

It should be 9090.
This commit is contained in:
Artem Klevtsov 2022-04-09 16:24:57 +07:00 committed by GitHub
parent c07dd3f14f
commit 98e98a8adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ systemctl status headscale
Verify `headscale` is available:
```shell
curl http://127.0.0.1:8080/metrics
curl http://127.0.0.1:9090/metrics
```
`headscale` will now run in the background and start at boot.