Is Dockerfile HEALTHCHECK supported?

Cannot find any reference in fly.io documentation to know if I use HEALTHCHECK in my Dockerfile, whether that make services restart if they HEALTHCHECK is failing.

that is not supported. you will have to set up checks in your fly.toml: Health Checks ยท Fly Docs

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.