mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix(Dockerfile): remove bogus -bind-addr, and use default -addr
This commit is contained in:
parent
618def7ab0
commit
b22c6fed4d
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user