mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
Fix wrong metrics port in docs
It should be 9090.
This commit is contained in:
parent
c07dd3f14f
commit
98e98a8adb
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ systemctl status headscale
|
||||||
Verify `headscale` is available:
|
Verify `headscale` is available:
|
||||||
|
|
||||||
```shell
|
```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.
|
`headscale` will now run in the background and start at boot.
|
||||||
|
|
Loading…
Reference in a new issue