Run ipfs server with docker

mkdir /root/ipfs

docker run -d  \
-v /root/ipfs:/export \
-v /root/ipfs:/data/ipfs \
-p 192.168.0.189:4001:4001 -p 192.168.0.189:4001:4001/udp -p 192.168.0.189:8080:8080 -p 192.168.0.189:5001:5001 \
ipfs/kubo:latest
  • stop and start ipfs container

Published by

Leave a Reply

Your email address will not be published. Required fields are marked *