mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove stale reference to previous SSH instructions
Signed-off-by: Travis Thieman <travis.thieman@gmail.com>
This commit is contained in:
parent
029cbc1004
commit
b40a5eeec8
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,7 @@ After that, we modify Riak's configuration:
|
||||||
RUN sed -i "s|listener.http.internal = 127.0.0.1:8098|listener.http.internal = 0.0.0.0:8098|" /etc/riak/riak.conf
|
RUN sed -i "s|listener.http.internal = 127.0.0.1:8098|listener.http.internal = 0.0.0.0:8098|" /etc/riak/riak.conf
|
||||||
RUN sed -i "s|listener.protobuf.internal = 127.0.0.1:8087|listener.protobuf.internal = 0.0.0.0:8087|" /etc/riak/riak.conf
|
RUN sed -i "s|listener.protobuf.internal = 127.0.0.1:8087|listener.protobuf.internal = 0.0.0.0:8087|" /etc/riak/riak.conf
|
||||||
|
|
||||||
Then, we expose the Riak Protocol Buffers and HTTP interfaces, along
|
Then, we expose the Riak Protocol Buffers and HTTP interfaces:
|
||||||
with SSH:
|
|
||||||
|
|
||||||
# Expose Riak Protocol Buffers and HTTP interfaces
|
# Expose Riak Protocol Buffers and HTTP interfaces
|
||||||
EXPOSE 8087 8098
|
EXPOSE 8087 8098
|
||||||
|
|
Loading…
Reference in a new issue