Hello. The docker compose code on your webpage is incorrect. https://everythingsmarthome.github.io/everything-presence-lite/Home Assistant/creating-zones.html
You have
image: everything-presence-mmwave-configurator:latest
but it needs the path to the image:
image: everythingsmarthome/everything-presence-mmwave-configurator:latest
I assume the docker command line is also wrong