I created the project and had --host-0.0.0.0 in the Docker file by accident.
I changed it too --host=0.0.0.0.
But every time I try to do docker-compose up I am presented with this error
The "--host-0.0.0.0" option does not exist.
Is it cached somewhere or what?