Open seanthegeek opened 4 years ago
Hi! I think that's because of this: https://github.com/MISP/misp-docker/blob/master/proxy/default.conf#L18
According to the docker compose file it should work if you change it to:
proxy_pass http://web;
Edit: and then rebuild the proxy image
Close. That line should proxy_pass http://misp_web
not proxy_pass http://misp-web
. Thanks
I've actually run into so many problems with this Docker Compose project that I've started my own
That's weird, because I had the same issue and changing the proxy_pass
value to http://misp_web
did not solve it, but http://web
did.
When running