1
0
Fork 0

Revert 11711 adding url param to healthcheck command

This commit is contained in:
Landry Benguigui 2025-07-22 17:10:05 +02:00 committed by GitHub
parent 78cc85283c
commit 028e8ca0b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 29 deletions

View file

@ -27,16 +27,6 @@ $ traefik healthcheck
OK: http://:8082/ping
```
### URL Option
The URL to check can be specified with the `--url` flag, which defaults to `http://localhost:8080/ping`.
Example:
```sh
traefik healthcheck --url=http://localhost:8080/ping
```
## Ping
The `/ping` health-check URL is enabled with the command-line `--ping` or config file option `[ping]`.