-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Labels
Docker 🐋Everything related to DockerEverything related to DockerDocumentation 📚Good first issue 1️⃣Beginner friendly - New contributors are welcomeBeginner friendly - New contributors are welcomehelp wanted
Milestone
Description
Describe the bug
From pull requests #2438 and #2455 and subsequently #2451 it appears that an automatic healthcheck was implemented for Docker images a long time ago, but as of release 1.26.0 the FreshRSS container does not report a status other than "Running" even if things are working correctly. Furthermore, running docker inspect <container_name> does not show a Healthcheck element anywhere in the JSON.
To Reproduce
- Deploy FreshRSS 1.26.0 in Docker.
- After the container is up and running, run
docker inspect <container_name> | grep Healthcheck - There is no Healthcheck element present in the JSON
Expected behavior
It appears there should be a built-in Healthcheck in the image from past correspondence.
FreshRSS version
1.26.0
System information
- Database version: PostgreSQL 17
- PHP version: PHP 8.2
- Installation type: Dockerhub image
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Docker 🐋Everything related to DockerEverything related to DockerDocumentation 📚Good first issue 1️⃣Beginner friendly - New contributors are welcomeBeginner friendly - New contributors are welcomehelp wanted