We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ab77f commit be68ce7Copy full SHA for be68ce7
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '2'
2
services:
3
ipfs-daemon:
4
- image: 'ipfs/kubo:v0.15.0'
+ image: 'ipfs/kubo:v0.16.0'
5
ports:
6
- "4001:4001"
7
- "5001:5001"
install-run-ipfs.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-wget https://dist.ipfs.io/kubo/v0.15.0/kubo_v0.15.0_linux-amd64.tar.gz -O /tmp/kubo_linux-amd64.tar.gz
+wget https://dist.ipfs.io/kubo/v0.16.0/kubo_v0.16.0_linux-amd64.tar.gz -O /tmp/kubo_linux-amd64.tar.gz
tar -xvf /tmp/kubo_linux-amd64.tar.gz
export PATH=$PATH:$PWD/kubo/
ipfs init
0 commit comments