Open JonathanWilbur opened 5 years ago
The DefectDojo container has its own internal MySQL database, and that's where the data is actually getting stored. If anybody brings down their application with docker-compose down, they are going to lose all of their data.
docker-compose down
The DefectDojo container has its own internal MySQL database, and that's where the data is actually getting stored. If anybody brings down their application with
docker-compose down
, they are going to lose all of their data.