Closed MRuecklCC closed 2 years ago
Currently, the healtcheck as configured in metadata-picker.yml and docker-compose.yml is not working, because the used docker image does not include the curl command.
metadata-picker.yml
docker-compose.yml
curl
I broke this when I change the base image in #113 with commit 4d40b41c79444b964964fb587543b2bc0cb22ddd
Currently, the healtcheck as configured in
metadata-picker.yml
anddocker-compose.yml
is not working, because the used docker image does not include thecurl
command.