Hi,
I added these lines to the docker-compose.yml in the gvmd section:
environment:
- GVMD_ARGS=$GVMD_ARGS --port=9390 --listen=0.0.0.0
ports:
- 9390:9390
But after adding this the gvmd container exited with the message:
No scap data available
What is the correct way to enable remote access to gvmd ?