misp icon indicating copy to clipboard operation
misp copied to clipboard

Cannot Access the Web UI Out of Box

Open CyberKaizen opened this issue 2 years ago • 3 comments

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.

CyberKaizen avatar Nov 03 '22 18:11 CyberKaizen

And you're sure their up:

docker compose up -d

Else check it status with:

docker ps

FideliusFalcon avatar Nov 05 '22 11:11 FideliusFalcon

The docker containers are up. It is being deployed in an Azure VM on Ubuntu 20.04 LTS.

CyberKaizen avatar Jan 21 '23 00:01 CyberKaizen

It was user error. Didn't populate the DB passwords the same both times in docker-compose.yaml.

CyberKaizen avatar Jan 21 '23 00:01 CyberKaizen