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:46:06 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2018-01-13 13:46:06 +0300
commit479d25ff78a2064ebc4cc834c31fe0ea250222d5 (patch)
tree4b58130da6d16af7c47c527125daf979f459b068 /docs
parent1858c41daacb332d3de17ff1fc6579705e139084 (diff)
setup logging
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 32d05f81ad..41a7d23dd2 100644
--- a/docs/docker.rst
+++ b/docs/docker.rst
@@ -258,7 +258,7 @@ To allow the container to connect to it open **/var/lib/postgres/data/postgresql
listen_addresses = '127.0.0.1,172.17.0.1'
-Then whitelist your container IP in **/var/lib/postgres/data/pg_hba.conf**:
+Then whitelist your container IP in **/var/lib/postgres/data/pg_hba.conf**::
host nextcloudappstore nextcloudappstore 172.17.0.2/32 md5