You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kl...@apache.org on 2015/12/18 18:09:07 UTC

[3/5] couchdb-docker git commit: don't need to bind to 0.0.0.0 anymore

don't need to bind to 0.0.0.0 anymore


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

Branch: refs/heads/master
Commit: 80055eced050e5adeee99b63ebe4218e10a5bff4
Parents: 45142d4
Author: klaemo <kl...@fastmail.fm>
Authored: Fri Dec 18 17:19:57 2015 +0100
Committer: klaemo <kl...@fastmail.fm>
Committed: Fri Dec 18 17:19:57 2015 +0100

----------------------------------------------------------------------
 2.0-dev-docs/Dockerfile | 4 ----
 2.0-dev/Dockerfile      | 4 ----
 2 files changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-docker/blob/80055ece/2.0-dev-docs/Dockerfile
----------------------------------------------------------------------
diff --git a/2.0-dev-docs/Dockerfile b/2.0-dev-docs/Dockerfile
index 4f7a79b..cfc1cdd 100644
--- a/2.0-dev-docs/Dockerfile
+++ b/2.0-dev-docs/Dockerfile
@@ -85,10 +85,6 @@ RUN apt-get update -y -qq && apt-get install -y --no-install-recommends \
 RUN chmod +x /usr/src/couchdb/dev/run && chown -R couchdb:couchdb /usr/src/couchdb
 
 USER couchdb
-
-# Expose to the outside
-RUN sed -i'' 's/bind_address = 127.0.0.1/bind_address = 0.0.0.0/' /usr/src/couchdb/rel/overlay/etc/default.ini
-
 EXPOSE 5984
 WORKDIR /usr/src/couchdb
 

http://git-wip-us.apache.org/repos/asf/couchdb-docker/blob/80055ece/2.0-dev/Dockerfile
----------------------------------------------------------------------
diff --git a/2.0-dev/Dockerfile b/2.0-dev/Dockerfile
index e4c7d75..3281fec 100644
--- a/2.0-dev/Dockerfile
+++ b/2.0-dev/Dockerfile
@@ -69,10 +69,6 @@ RUN apt-get update -y -qq && apt-get install -y --no-install-recommends \
 RUN chmod +x /usr/src/couchdb/dev/run && chown -R couchdb:couchdb /usr/src/couchdb
 
 USER couchdb
-
-# Expose to the outside
-RUN sed -i'' 's/bind_address = 127.0.0.1/bind_address = 0.0.0.0/' /usr/src/couchdb/rel/overlay/etc/default.ini
-
 EXPOSE 5984
 WORKDIR /usr/src/couchdb