Update abuse-scanner compose file
This commit is contained in:
parent
4ca5bb397e
commit
82e869bf34
|
@ -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
|
||||
|
|
Reference in New Issue