Skip to content

Commit

Permalink
chore: remove listeners
Browse files Browse the repository at this point in the history
Signed-off-by: kryptocodes <srivatsantb@gmail.com>
  • Loading branch information
kryptocodes committed Sep 24, 2024
1 parent eb82e56 commit aeafc87
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/ipfs_node.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@ RUN ipfs init

# Set the IPFS_PATH environment variable
ENV IPFS_PATH /data/ipfs

# Configure IPFS to listen on all interfaces
RUN ipfs config Addresses.API /ip4/0.0.0.0/tcp/5001
RUN ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/8080

ENTRYPOINT ["/bin/sh", "-c"]
CMD ["ipfs daemon --agent-version-suffix=docker", "--migrate=true"]

0 comments on commit aeafc87

Please sign in to comment.