Skip to content

Commit

Permalink
Add new --no-sync flag for initial TSS startup. Needed after #784.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitropy committed Apr 29, 2024
1 parent ea8e7e9 commit 1a222ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:
- "0.0.0.0:3001"
- "--chain-endpoint"
- "ws://alice-chain-node:9944"
- "--no-sync"

# In a local devnet setup, for now, this is "Alice's chain."
alice-chain-node:
Expand Down Expand Up @@ -64,6 +65,7 @@ services:
- "0.0.0.0:3002"
- "--chain-endpoint"
- "ws://bob-chain-node:9944"
- "--no-sync"

# "Bob's chain node."
bob-chain-node:
Expand Down

0 comments on commit 1a222ef

Please sign in to comment.