Closed farzadha2 closed 1 year ago
If it's just the scannable container, you can remove that from the compose. It's really just there to give you a test target for the scanner. Since it has a number of vulnerabilities, it is setup to only run for a few hours, then shutdown.
Now that I think about it, I'll remove it from the default docker-compose. I really shouldn't be there for just that reason.
Thanks, -Scott
Hi @immauss Thank you so much for the reply, so i deleted the container and restart the openVAS container but keeps showing unhealthy whats even more odd i check the logs and shows correctly
Ah ... sorry ... I missed it the first time I looked at it. There was a bug in the health check that was corrected in the latest. You just need to pull the latest image and restart. The initial health check was not waiting long enough and things would timeout.
-Scott
Let me know if that takes care of it.
-Scott
Thank you so much that did the trick
Hi @immauss Wanted to first thank you for an amazing container currently im having an issue the docker container keeps showing unhealthy i try to restart the scannable docker container but it later turns off
this is my docker compose
Thank you