misp
misp copied to clipboard
Cannot Access the Web UI Out of Box
As the title says, when I pull down and run the Docker container I'm having an issue where the webpage cannot be curled locally on the host or via another computer. I keep getting connection refused or rejected when trying to hit the MISP base URL. Any thoughts on how this could be happening?
I've repeatedly started from scratch, only installed docker and docker compose. Then pulled them down and I'm not seeing what I'm doing different vs what the instructions state to do.
And you're sure their up:
docker compose up -d
Else check it status with:
docker ps
The docker containers are up. It is being deployed in an Azure VM on Ubuntu 20.04 LTS.
It was user error. Didn't populate the DB passwords the same both times in docker-compose.yaml.