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

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.