Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2178 from SkynetLabs/pj/abuse-scanner-updates
Browse files Browse the repository at this point in the history
Update abuse-scanner compose file
  • Loading branch information
ro-tex authored Sep 8, 2022
2 parents 9477ae0 + 2de3d03 commit cb81ff7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.abuse-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
container_name: abuse-scanner
restart: unless-stopped
logging: *default-logging
Expand All @@ -36,3 +36,6 @@ services:
depends_on:
- mongo
- blocker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /tmp:/tmp

0 comments on commit cb81ff7

Please sign in to comment.