Skip to content

Commit

Permalink
Merge pull request #371 from polvi/dockerfile
Browse files Browse the repository at this point in the history
fix(Dockerfile): remove bogus -bind-addr, and use default -addr
  • Loading branch information
xiang90 committed Dec 5, 2013
2 parents 618def7 + b22c6fe commit 70e31c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN apt-get install -y golang
ADD . /opt/etcd
RUN cd /opt/etcd && ./build
EXPOSE 4001 7001
ENTRYPOINT ["/opt/etcd/etcd", "-addr", "0.0.0.0:4001", "-bind-addr", "0.0.0.0:7001"]
ENTRYPOINT ["/opt/etcd/etcd"]

0 comments on commit 70e31c7

Please sign in to comment.