wallabag / docker

Official docker-composer for wallabag.
608 stars 153 forks source link

doc: change docker-compose healthcheck target #401

Closed Kdecherf closed 8 months ago

Kdecherf commented 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.

/api/info is lighter for this purpose.