Skip to content

Commit

Permalink
fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jun 27, 2023
1 parent 245c642 commit 7927daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipfs/container-init.d/004-set-allow-api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
ipfs config --json Addresses.API '"/ip4/0.0.0.0/tcp/5001"'

0 comments on commit 7927daa

Please sign in to comment.