Skip to content
Snippets Groups Projects
Commit f6e37309 authored by Knut Ahlers's avatar Knut Ahlers
Browse files

HTTP transport is listening on port 8080 by default

parent 7d7a09d4
No related branches found
No related tags found
1 merge request!1New
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment