mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add more extensive healthcheck support
- Add new cli argument: -healthcheck - Add HEALTHCHECK instruction to Dockerfile - Update Docker Compose examples
This commit is contained in:
parent
3cb04b2c56
commit
bbf93430b7
7 changed files with 71 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
.\" Manpage for miniflux.
|
||||
.TH "MINIFLUX" "1" "September 28, 2020" "\ \&" "\ \&"
|
||||
.TH "MINIFLUX" "1" "February 20, 2021" "\ \&" "\ \&"
|
||||
|
||||
.SH NAME
|
||||
miniflux \- Minimalist and opinionated feed reader
|
||||
|
@ -43,6 +43,13 @@ Show debug logs\&.
|
|||
Flush all sessions (disconnect users)\&.
|
||||
.RE
|
||||
.PP
|
||||
.B \-healthcheck
|
||||
.RS 4
|
||||
Perform a health check on the given endpoint\&.
|
||||
.br
|
||||
The value "auto" try to guess the health check endpoint\&.
|
||||
.RE
|
||||
.PP
|
||||
.B \-i
|
||||
.RS 4
|
||||
Show application information\&.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue