You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/10 16:50:59 UTC

[26/50] couchdb commit: updated refs/heads/master to 6526051

expose all ports via docker


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6ed36299
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6ed36299
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6ed36299

Branch: refs/heads/master
Commit: 6ed3629985d6bc580260476b23cc328330e4da7f
Parents: e00a1fd
Author: Robert Newson <rn...@apache.org>
Authored: Mon May 19 12:11:32 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Mon May 19 12:11:32 2014 +0100

----------------------------------------------------------------------
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6ed36299/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index db28635..d0378a3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,5 +29,5 @@ RUN sed -i'' 's/bind_address = 127.0.0.1/bind_address = 0.0.0.0/' rel/overlay/et
 RUN ./configure
 RUN make
 
-EXPOSE 15984 25984 35984
+EXPOSE 15984 25984 35984 15986 25986 35986
 ENTRYPOINT ["/home/couchdb/couchdb/dev/run"]