Update abuse-scanner compose file

This commit is contained in:
PJ 2022-07-27 16:06:37 +02:00
parent 4ca5bb397e
commit 82e869bf34
No known key found for this signature in database
GPG Key ID: F345964979FA8971
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,7 @@ services:
abuse-scanner:
# uncomment "build" and comment out "image" to build from sources
# build: https://github.com/SkynetLabs/abuse-scanner.git#main
image: skynetlabs/abuse-scanner:0.2.0
image: skynetlabs/abuse-scanner:0.3.0
container_name: abuse-scanner
restart: unless-stopped
logging: *default-logging
@ -36,3 +36,6 @@ services:
depends_on:
- mongo
- blocker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/abuse-scanner:/tmp