From 2d0310d1e8c0e39a99bd8d505db583b93c43452b Mon Sep 17 00:00:00 2001 From: Riyaad Date: Sun, 28 Apr 2024 10:28:55 -0400 Subject: [PATCH 1/2] Moved netprobe image to Dockerhub --- compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index ef7138a..421be5c 100644 --- a/compose.yml +++ b/compose.yml @@ -20,7 +20,8 @@ services: netprobe: restart: always container_name: netprobe-probe - build: . +# build: . + image: "plaintextpackets/netprobe:latest" volumes: - .:/netprobe_lite environment: @@ -31,7 +32,8 @@ services: presentation: restart: always container_name: netprobe-presentation - build: . +# build: . + image: "plaintextpackets/netprobe:latest" volumes: - .:/netprobe_lite environment: From fe8ec9a5cf7cf1f9d5c6ea26293057df54d084c6 Mon Sep 17 00:00:00 2001 From: Riyaad Date: Sun, 28 Apr 2024 10:29:18 -0400 Subject: [PATCH 2/2] Moved netprobe image to Dockerhub --- compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/compose.yml b/compose.yml index 421be5c..f472069 100644 --- a/compose.yml +++ b/compose.yml @@ -20,7 +20,6 @@ services: netprobe: restart: always container_name: netprobe-probe -# build: . image: "plaintextpackets/netprobe:latest" volumes: - .:/netprobe_lite @@ -32,7 +31,6 @@ services: presentation: restart: always container_name: netprobe-presentation -# build: . image: "plaintextpackets/netprobe:latest" volumes: - .:/netprobe_lite