You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2018/01/17 18:14:02 UTC

[couchdb-docker] branch use-defaultd-image-config updated: Rename to 10-docker-default.ini

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch use-defaultd-image-config
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git


The following commit(s) were added to refs/heads/use-defaultd-image-config by this push:
     new 5ad8850  Rename to 10-docker-default.ini
5ad8850 is described below

commit 5ad88508d5862fed2b8af0aa54c301d4589c2ae9
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Wed Jan 17 13:13:49 2018 -0500

    Rename to 10-docker-default.ini
---
 2.1.1/{local.ini => 10-docker-default.ini} | 0
 2.1.1/Dockerfile                           | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/2.1.1/local.ini b/2.1.1/10-docker-default.ini
similarity index 100%
rename from 2.1.1/local.ini
rename to 2.1.1/10-docker-default.ini
diff --git a/2.1.1/Dockerfile b/2.1.1/Dockerfile
index 1ff5015..75be37d 100644
--- a/2.1.1/Dockerfile
+++ b/2.1.1/Dockerfile
@@ -112,7 +112,7 @@ RUN buildDeps=' \
  && chown -R couchdb:couchdb /opt/couchdb
 
 # Add configuration
-COPY local.ini /opt/couchdb/etc/default.d/
+COPY 10-docker-default.ini /opt/couchdb/etc/default.d/
 COPY vm.args /opt/couchdb/etc/
 
 COPY ./docker-entrypoint.sh /

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].