dev-lu / osint_toolkit

A full stack web application that combines many tools and services for security analysts into a single tool.
MIT License
501 stars 83 forks source link

Docker Successfully Executed but not able to launch tool. #33

Open SanketBaraiya opened 5 months ago

SanketBaraiya commented 5 months ago

Hi,

I followed the docker deployment steps:

  1. git cloned the repo
  2. add remote machine ip. for example if the ip is 192.X.X.4 in docker-compose.yml i edited the BACKEND_URL=http://: to BACKEND_URL=http://192.X.X.4:8000
  3. sudo docker-compose up -d

But when i browse to http://192.X.X.4:3000 i am unable to access the tool and it keeps loading.

dev-lu commented 3 months ago

Hello SanketBaraiya,

Please clone the latest version of this repository and run docker compose build to rebuild the image and check if it works now.