Nessus scanner is a vulnerability scanner, more infos here.
- Expose volumes of Nessus
- Restore Nessus backup since backup file
- Create scheduled Nessus backup
- Push backup to remote Git
- Clone repo
- Change values in
docker-compse.yml
- Change values in
backup.sh
- For the first start :
docker compose up --build -d
- After the first start :
docker compose up -d
- Access
https://localhost:8834
- Schedule backup with CRON task of
backup.sh