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 246722d commit 676a5a1Copy full SHA for 676a5a1
1 file changed
docker-compose.yml
@@ -1,9 +1,9 @@
1
version: '2'
2
services:
3
ipfs-daemon:
4
- image: 'ipfs/kubo:v0.18.1'
+ image: 'ipfs/kubo:v0.39.0'
5
ports:
6
- "4001:4001"
7
- "5001:5001"
8
user: "ipfs"
9
- command: [ "daemon", "--enable-pubsub-experiment" ]
+ command: [ "daemon", "--enable-pubsub-experiment --enable-namesys-pubsub --routing=dhtclient" ]
0 commit comments