8
FastAPI keeps generating local index.html*
(lemmy.world)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
In your
docker-compose.yml
file, your healthcheck forfastapi
uses wget, which saves the file to disk by default. Add--spider
to make it behave correctly. Yournginx
service has the correct command.