You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/01/31 19:45:11 UTC

[GitHub] wohali closed pull request #47: Update README to suggest not to use environment variables

wohali closed pull request #47: Update README to suggest not to use environment variables
URL: https://github.com/apache/couchdb-docker/pull/47
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index 8de242c..d5f1960 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,8 @@ Once running, you can visit the new admin interface at `http://dockerhost:5984/_
 
 Note also that port 5986 is not exposed, as this can present *significant* security risks. We recommend either connecting to the node directly to access this port, via `docker exec -it <instance> /bin/bash` and accessing port 5986, or use of `--expose 5986` when launching the container, but **ONLY** if you do not expose this port publicly.
 
+**PLEASE NOTE** that environment variables are no longer the recommended approach for setting configuration. Please see discussion in #32 about using your own config file either via bind-mount or by seeing [Build you own](#build-your-own)
+
 ## Run (1.7.1)
 
 Available as an official image on Docker Hub as [apache/couchdb:1.7.1](https://hub.docker.com/r/apache/couchdb/)


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services