Leszek Wiesner 3 年之前
父節點
當前提交
bbf184122c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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