Skip to content

Commit 1af4382

Browse files
committed
Fix command array
1 parent 21c76a9 commit 1af4382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ services:
66
- "4001:4001"
77
- "5001:5001"
88
user: "ipfs"
9-
command: [ "daemon", "--enable-pubsub-experiment --enable-namesys-pubsub --routing=dhtclient" ]
9+
command: [ "daemon", "--enable-pubsub-experiment", "--enable-namesys-pubsub", "--routing=dhtclient" ]

0 commit comments

Comments
 (0)