root 7 năm trước cách đây
mục cha
commit
76a377bdd7
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      Makefile
  2. 1 1
      start_ipfs

+ 1 - 1
Makefile

@@ -43,7 +43,7 @@ private:
 	docker exec -u ipfs $(ID) ipfs config Addresses.Swarm --json '[ "/ip4/127.0.0.1/tcp/40001" ]'
 	docker restart $(ID)
 
-rm: private stop
+rm: stop
 	docker rm $(ID)
 
 ps:

+ 1 - 1
start_ipfs

@@ -14,4 +14,4 @@ else
   ipfs config Addresses.Swarm --json '[ "/ip4/127.0.0.1/tcp/40001" ]'
 fi
 
-exec ipfs daemon --enable-pubsub-experiment --enable-namesys-pubsub
+exec ipfs daemon --migrate=true --enable-pubsub-experiment --enable-namesys-pubsub