Skip to content

Commit 68d12a9

Browse files
Forced image pulls for every launch to ensure fresh image
1 parent 3c0c7d9 commit 68d12a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ services:
2222
restart: always
2323
container_name: netprobe-probe
2424
image: "plaintextpackets/netprobe:latest"
25+
pull_policy: always
2526
volumes:
2627
- .:/netprobe_lite
2728
environment:
@@ -36,6 +37,7 @@ services:
3637
restart: always
3738
container_name: netprobe-speedtest
3839
image: "plaintextpackets/netprobe:latest"
40+
pull_policy: always
3941
volumes:
4042
- .:/netprobe_lite
4143
environment:
@@ -50,6 +52,7 @@ services:
5052
restart: always
5153
container_name: netprobe-presentation
5254
image: "plaintextpackets/netprobe:latest"
55+
pull_policy: always
5356
volumes:
5457
- .:/netprobe_lite
5558
environment:

0 commit comments

Comments
 (0)