Skip to content

Commit daba456

Browse files
committed
Update docker-compose.yaml
1 parent 237d746 commit daba456

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ services:
44
news_db:
55
container_name: news_db
66
image: h0d0user/news_db:latest
7+
pull_policy: always
78
restart: always
89
network_mode: host
910
volumes:
@@ -13,6 +14,7 @@ services:
1314
truth_seeker:
1415
container_name: truth_seeker
1516
image: h0d0user/truth_seeker:latest
17+
pull_policy: always
1618
restart: always
1719
network_mode: host
1820
depends_on:
@@ -24,6 +26,7 @@ services:
2426
datapath:
2527
container_name: datapath
2628
image: h0d0user/datapath:latest
29+
pull_policy: always
2730
restart: always
2831
network_mode: host
2932
depends_on:

0 commit comments

Comments
 (0)