Robyn
Robyn
At my company we use LDAP, I made the following code changes for it to work: To Dockerfile.django and Dockerfile.nginx, added the following dependencies to apt-get install steps: ```bash libldap2-dev...
Hi, I was having this same issue for a long time and pulled my hair out trying to fix it. In the end, I tried a few things: - Re-mounting...
Yes regular docker, I did originally try using podman but this caused other issues due to the image tags
Just tried with Defect Dojo on RHEL 8 and getting the same issue, completely fresh clone using mysql-rabbitmq profile: ```bash Creating django-defectdojo_rabbitmq_1 ... done Creating django-defectdojo_mysql_1 ... done Creating django-defectdojo_uwsgi_1...
Removed my temporary `user: root` fix in the docker compose file and re-built the images then tried running them, still getting the error on dojo 2.10.0 Now we are using...
Okay, I seem to have found a solution! In the docker compose file, set the value: `user: ${CURRENT_UID:-defectdojo}` for all images except nginx and the message broker which can work...
Hi, I think I've just figured it out, it only happens when you go to a new tab page. I'm running Chrome 66.0.3359.181 on Windows 7 (x64), all other extensions...
It was disabled, but no matter if it is enabled or disabled the same error occurs. I personally think it's to do with the fact that the new tab page...
I ran into the same issue, was to do with the internal tracking of who has spun up which container Try my fork and see if it fixes it: https://github.com/jake-cryptic/CTFd-Docker-Challenges/