From 7927daa69fcb835c9f54d43071339afc2c0da680 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Tue, 27 Jun 2023 19:53:48 +0400 Subject: [PATCH] fix json --- ipfs/container-init.d/004-set-allow-api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfs/container-init.d/004-set-allow-api.sh b/ipfs/container-init.d/004-set-allow-api.sh index b92af8e..3321662 100644 --- a/ipfs/container-init.d/004-set-allow-api.sh +++ b/ipfs/container-init.d/004-set-allow-api.sh @@ -2,4 +2,4 @@ set -euxo pipefail # This is inside the docker container, nginx wraps it. -ipfs config --json Addresses.API "/ip4/0.0.0.0/tcp/5001" \ No newline at end of file +ipfs config --json Addresses.API '"/ip4/0.0.0.0/tcp/5001"' \ No newline at end of file