Hello,
I am using the official OpenVAS Docker Compose configuration.
I have noticed that after rebooting the server, not all OpenVAS containers are started automatically. The containers that are missing can be started successfully by manually running docker compose up -d again.
Is this expected behavior, or is there a recommended way to ensure that all OpenVAS containers are started automatically after a server reboot?
For example, should I configure a specific Docker restart policy or use a systemd service to start the Docker Compose stack after boot?
Any recommendations for the proper setup would be appreciated.
Best regards,