We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0c7d9 commit 68d12a9Copy full SHA for 68d12a9
compose.yml
@@ -22,6 +22,7 @@ services:
22
restart: always
23
container_name: netprobe-probe
24
image: "plaintextpackets/netprobe:latest"
25
+ pull_policy: always
26
volumes:
27
- .:/netprobe_lite
28
environment:
@@ -36,6 +37,7 @@ services:
36
37
38
container_name: netprobe-speedtest
39
40
41
42
43
@@ -50,6 +52,7 @@ services:
50
52
51
53
container_name: netprobe-presentation
54
55
56
57
58
0 commit comments