Skip to content

[Bug] Docker automatic Healthcheck seems to be missing #7377

@Pugglewuggle

Description

@Pugglewuggle

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

  1. Deploy FreshRSS 1.26.0 in Docker.
  2. After the container is up and running, run docker inspect <container_name> | grep Healthcheck
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions