Commit f6e37309 authored by Knut Ahlers's avatar Knut Ahlers

HTTP transport is listening on port 8080 by default

parent 7d7a09d4
......@@ -4,7 +4,7 @@ MAINTAINER Brian Tiger Chow <btc@perfmode.com>
ADD . /go/src/github.com/jbenet/go-ipfs
RUN cd /go/src/github.com/jbenet/go-ipfs/cmd/ipfs && go install
EXPOSE 4001 5001 4002/udp
EXPOSE 4001 5001 4002/udp 8080
ENTRYPOINT ["ipfs"]
......
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