Closed sfrod closed 4 years ago
Hey,
This version allows to use the Alert feature of GVM as well as to update the CERT, SCAP and NVTs' database every week.
Use following syntax to pass the environment variable for the respective run call:
With Docker-compose : Replace with the smtp server's fully qualified domain name. MAILHUB=<smtp-server> docker-compose up -d
MAILHUB=<smtp-server> docker-compose up -d
With Docker run: Replace with the smtp server's fully qualified domain name. IMPORTANT: must be run with --hostname gvm . docker run \ -p 443:443 \ -v gvm:/usr/local/var/lib/gvm \ -v psql:/var/lib/postgresql/ \ --name gvm10 \ --hostname gvm \ -e MAILHUB=<smtp-server> -d falkowich/gvm10:psql
docker run \ -p 443:443 \ -v gvm:/usr/local/var/lib/gvm \ -v psql:/var/lib/postgresql/ \ --name gvm10 \ --hostname gvm \ -e MAILHUB=<smtp-server> -d falkowich/gvm10:psql
Further information:
Hey,
This version allows to use the Alert feature of GVM as well as to update the CERT, SCAP and NVTs' database every week.
Use following syntax to pass the environment variable for the respective run call:
With Docker-compose : Replace with the smtp server's fully qualified domain name.
MAILHUB=<smtp-server> docker-compose up -d
With Docker run: Replace with the smtp server's fully qualified domain name. IMPORTANT: must be run with --hostname gvm .
docker run \ -p 443:443 \ -v gvm:/usr/local/var/lib/gvm \ -v psql:/var/lib/postgresql/ \ --name gvm10 \ --hostname gvm \ -e MAILHUB=<smtp-server> -d falkowich/gvm10:psql
Further information: