Skip to content

Commit

Permalink
chore: add restart policy to ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Feb 29, 2024
1 parent 8efc8c1 commit d26bb6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '3'

services:
bnbdnode0:
restart: always
container_name: bnbdnode0
image: "binance/bnbdnode"
ports:
Expand All @@ -16,6 +17,7 @@ services:
ipv4_address: 172.20.0.2

bnbdnode1:
restart: always
container_name: bnbdnode1
image: "binance/bnbdnode"
ports:
Expand All @@ -30,6 +32,7 @@ services:
ipv4_address: 172.20.0.3

bnbdnode2:
restart: always
container_name: bnbdnode2
image: "binance/bnbdnode"
environment:
Expand All @@ -44,6 +47,7 @@ services:
ipv4_address: 172.20.0.4

bnbdnode3:
restart: always
container_name: bnbdnode3
image: "binance/bnbdnode"
environment:
Expand Down

0 comments on commit d26bb6f

Please sign in to comment.