Giter VIP home page Giter VIP logo

Comments (1)

ElJocko avatar ElJocko commented on July 3, 2024

At the docker compose level, the problem is:

  • The attack-workbench-database container stopped after the MongoDB database running in that container failed with exit code 14
  • That caused the attack-workbench-rest-api container to stop because it requires a database connection to run

Adding the line image: mongo:4.4.6 to the attack-workbench-collection-manager container is only going to make things worse. You should remove that line.

As for the root cause--that is, the thing that caused the MongoDB database to fail--that's difficult to diagnose. I would try deleting the attack-workbench-database container and running the docker-compose up command again. That will recreate the MongoDB container, start it, and restart the attack-workbench-rest-api container.

docker container rm attack-workbench-database
docker-compose up -f

Hopefully that will clear everything up.

from attack-workbench-frontend.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.