Commit ee49d0b7 authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix(docker) listen on all interfaces

parent 8bd381ed
......@@ -8,7 +8,7 @@ COPY . /go/src/github.com/jbenet/go-ipfs
RUN cd /go/src/github.com/jbenet/go-ipfs/cmd/ipfs && go install
RUN ipfs init
RUN ipfs config Identity.Address "/ip4/127.0.0.1/tcp/4001"
RUN ipfs config Identity.Address "/ip4/0.0.0.0/tcp/4001"
RUN mkdir /ipfs
EXPOSE 4001
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment