Skip to content

Commit

Permalink
add depends_on
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jun 20, 2024
1 parent b4eda96 commit 1861866
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/localnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ services:
image: zetanode:latest
container_name: zetacore0
hostname: zetacore0
# force all other containers to start first
# they will wait for zetacore0, but not the other way around
depends_on:
- zetaclient0
- zetaclient1
- zetacore1
ports:
- "1317:1317"
- "9545:8545"
Expand Down

0 comments on commit 1861866

Please sign in to comment.