Skip to content

Commit 2d0310d

Browse files
Moved netprobe image to Dockerhub
1 parent 25d9e7a commit 2d0310d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ services:
2020
netprobe:
2121
restart: always
2222
container_name: netprobe-probe
23-
build: .
23+
# build: .
24+
image: "plaintextpackets/netprobe:latest"
2425
volumes:
2526
- .:/netprobe_lite
2627
environment:
@@ -31,7 +32,8 @@ services:
3132
presentation:
3233
restart: always
3334
container_name: netprobe-presentation
34-
build: .
35+
# build: .
36+
image: "plaintextpackets/netprobe:latest"
3537
volumes:
3638
- .:/netprobe_lite
3739
environment:

0 commit comments

Comments
 (0)