From b40a5eeec8a3db6a6488696f2c58bc4acf0d7dbd Mon Sep 17 00:00:00 2001 From: Travis Thieman Date: Sun, 3 May 2015 14:15:17 -0400 Subject: [PATCH] Remove stale reference to previous SSH instructions Signed-off-by: Travis Thieman --- docs/sources/examples/running_riak_service.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sources/examples/running_riak_service.md b/docs/sources/examples/running_riak_service.md index 1b14c3a417..7450cd525d 100644 --- a/docs/sources/examples/running_riak_service.md +++ b/docs/sources/examples/running_riak_service.md @@ -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.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 -with SSH: +Then, we expose the Riak Protocol Buffers and HTTP interfaces: # Expose Riak Protocol Buffers and HTTP interfaces EXPOSE 8087 8098