I assume you’re using custom ports, since there are other services already running there?
You could try to down the containers docker-compose down
, and then ensure that the shared/db
folder is completely empty, and that there are no containers running docker ps
and then try the up command again?