diff --git a/docker-compose.abuse-scanner.yml b/docker-compose.abuse-scanner.yml index f655b0ea..4edb6556 100644 --- a/docker-compose.abuse-scanner.yml +++ b/docker-compose.abuse-scanner.yml @@ -8,6 +8,8 @@ x-logging: &default-logging 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 container_name: abuse-scanner restart: unless-stopped diff --git a/docker-compose.blocker.yml b/docker-compose.blocker.yml index 3c1deeaa..edcb45c0 100644 --- a/docker-compose.blocker.yml +++ b/docker-compose.blocker.yml @@ -13,6 +13,8 @@ services: - BLOCKER_PORT=4000 blocker: + # uncomment "build" and comment out "image" to build from sources + # build: https://github.com/SkynetLabs/blocker.git#main image: skynetlabs/blocker container_name: blocker restart: unless-stopped diff --git a/docker-compose.malware-scanner.yml b/docker-compose.malware-scanner.yml index 9fc68374..fba60f98 100644 --- a/docker-compose.malware-scanner.yml +++ b/docker-compose.malware-scanner.yml @@ -26,6 +26,8 @@ services: ipv4_address: 10.10.10.100 malware-scanner: + # uncomment "build" and comment out "image" to build from sources + # build: https://github.com/SkynetLabs/malware-scanner.git#main image: skynetlabs/malware-scanner container_name: malware-scanner restart: unless-stopped