Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2018-01-13 13:47:01 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2018-01-13 13:47:01 +0300
commit4fde91656966a17ca30116018c1a7d9246ff474d (patch)
tree936b429249b48c5fbae55561cb14937978cc1fba /docs
parent479d25ff78a2064ebc4cc834c31fe0ea250222d5 (diff)
adjust db setup
Diffstat (limited to 'docs')
-rw-r--r--docs/docker.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docker.rst b/docs/docker.rst
index 41a7d23dd2..325ff367a4 100644
--- a/docs/docker.rst
+++ b/docs/docker.rst
@@ -262,7 +262,7 @@ Then whitelist your container IP in **/var/lib/postgres/data/pg_hba.conf**::
host nextcloudappstore nextcloudappstore 172.17.0.2/32 md5
-.. note:: This expects the database user and database to be named **nextcloudappstore** and your container IP to be **172.17.0.2**
+.. note:: This expects the database user and database to be named **nextcloudappstore**, your container IP to be **172.17.0.2** and host to run on **172.17.0.1**
Then enable and start it::