Catapult-service-bootstrap's Block-Explorer is an ERROR

catapult-service-bootstrap(https://github.com/tech-bureau/catapult-service-bootstrap/blob/master/README.md#starting-with-test-block-explorer)
comiit 77e6cf38a7845194aa2ce72f4ed4d87e5ab791e3

When I use this command, I get an error like the image below.
docker-compose -f docker-compose-with-explorer.yml up -d

I get repeated errors even when I restart docker or terminal.
Please let me know if you know the cause and corrective action.

thank you.

【SELF-RESOLVED】
It was caused by the container of the old block-explorer remaining.
Resolve by deleting.
docker container ls -a
docker container rm {container id}

1 Like