Skip to main content

๐Ÿค– Auto scan all folders

Auto scan all foldersโ€‹

You can start a scan with the following command:

sudo docker exec --user root CONTAINER_NAME python3 manage.py scan

You can just create a cron job to regularly call this command

# Every day at 3 AM
0 3 * * * sudo docker exec --user root CONTAINER_NAME python3 manage.py scan >/dev/null 2>&1