Closed Kdecherf closed 8 months ago
This PR changes the health check target endpoint used in the docker-compose example as http://localhost leads to a 302 redirect to /login and a fetch of 5 KB every minute.
http://localhost
/login
/api/info is lighter for this purpose.
/api/info
This PR changes the health check target endpoint used in the docker-compose example as
http://localhost
leads to a 302 redirect to/login
and a fetch of 5 KB every minute./api/info
is lighter for this purpose.