I'm trying to run an Amplification app that I've pushed to Github - I've downloaded the generated code and I'm working through the local setup. Everything is fine until the point of attempting to seed MongoDB (I've attached a screenshot of the error.) It's saying that it can't connect to the database on 27017 - but according to docker ps - the service is running:
5ae9dd67f326 mongo "/bin/bash -c 'opens…" 4 minutes ago Up 4 minutes (healthy) 0.0.0.0:27017->27017/tcp amp_clkecxkqx0jp2k801wsl87aut-db-1
Any idea what the problem is?