Open dmoore44 opened 4 years ago
This seems to be related to the bind-mounting of /dev/urandom:/dev/random. If you remove that from your compose file, it will at least start.
I don't know if this is a long lasting solution, but if you edit the lines 123 and 125 in the run.sh and get rid of '-u www-data'. The key gets generated in my case.
After running
docker-compose up
, I keep getting pgp key generation errors for the misp_web container. Any thoughts on how to remedy the situation?This sequence will just loop until I kill the process with Ctrl+C, and checking container status with
docker ps
indicates that the container is just continually restarting itself. It doesn't stay up long enough for me to attach a terminal and attempt to debug or execute the pgp key generation manually.