Skip to content

[Docker] replace curl healtcheck with php/wget #2453

@SuperSandro2000

Description

@SuperSandro2000

Curl pulls in quite some dependencies we don't really need. wget or pure php is way lighter on that.
Pure php could work like this:

php -r 'if(!file_get_contents(\"http://localhost/api/fever.php\")){exit(1);}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions