Environment Variables
Other options that can be changed in the docker run command:
# until TAG <= 21.4.0-v5
--volume gvm-data:/data
# or TAG > 21.4.0-v5
--volume ./storage/postgres-db:/opt/database
--volume ./storage/openvas-plugins:/var/lib/openvas/plugins
--volume ./storage/gvm:/var/lib/gvm
--volume ./storage/ssh:/etc/sshLast updated