Skip to content

Commit 676a5a1

Browse files
committed
Update docker compose
1 parent 246722d commit 676a5a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: '2'
22
services:
33
ipfs-daemon:
4-
image: 'ipfs/kubo:v0.18.1'
4+
image: 'ipfs/kubo:v0.39.0'
55
ports:
66
- "4001:4001"
77
- "5001:5001"
88
user: "ipfs"
9-
command: [ "daemon", "--enable-pubsub-experiment" ]
9+
command: [ "daemon", "--enable-pubsub-experiment --enable-namesys-pubsub --routing=dhtclient" ]

0 commit comments

Comments
 (0)