I have this Makefile:
.PHONY: run stop rm run: docker-compose -f docker-compose.yml up -d --remove-orphans @echo "Airflow running on http://loca