Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76E3E115D2 for ; Thu, 10 Jul 2014 14:50:41 +0000 (UTC) Received: (qmail 49091 invoked by uid 500); 10 Jul 2014 14:50:35 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 48921 invoked by uid 500); 10 Jul 2014 14:50:35 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 47615 invoked by uid 99); 10 Jul 2014 14:50:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2014 14:50:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D520A9AB0E8; Thu, 10 Jul 2014 14:50:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Thu, 10 Jul 2014 14:50:59 -0000 Message-Id: In-Reply-To: <8695c4d5533e4cb194bef5e189e65e55@git.apache.org> References: <8695c4d5533e4cb194bef5e189e65e55@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Mon May 19 12:11:32 2014 +0100 Committer: Robert Newson 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"]