Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Zafran committed Jun 3, 2024
1 parent 9db61c8 commit 88eed1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.state-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
services:

lava-node-init:
# Update with the most recent supported version of lavad
image: ghcr.io/lavanet/lava/lavad:v2.0.0
environment:
- CHAIN_ID=lava-testnet-2
Expand Down Expand Up @@ -52,6 +53,7 @@ services:
condition: service_completed_successfully

lava-node:
# Update with the most recent supported version of lavad
image: ghcr.io/lavanet/lava/lavad:v2.0.0
container_name: lava-node
command: ["start"]
Expand Down

0 comments on commit 88eed1d

Please sign in to comment.