Leszek Wiesner 3 years ago
parent
commit
bbf184122c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reproduce-giza-issue.sh

+ 1 - 1
reproduce-giza-issue.sh

@@ -2,7 +2,7 @@
 set -e
 
 ## Run a local development chain
-docker-compose up -d joystream-node-2
+docker-compose up -d joystream-node
 
 # Init the chain with 2 storage buckets that have high limits set
 # The DynamicBagPolicy for Channel should be "numberOfStorageBuckets: 2" after this step is done