hello, I want to make port 9390 of my greenbone community edition, which I installed on docker for the
integration process, accessible. When I add the required line in the docker-compose.yml file, I get an error when logging in from the web interface. (The Greenbone Vulnerability Manager service is not responding. This could be due to system maintenance. Please try again later, check the system status, or contact your system administrator.)
The line I am trying to add:
GVMD_ARGS: --port=9390 --listen=0.0.0.0.0
I need your help to find out where my error is.