Updated Docker section (#236)

* Updated Docker section

On macOS, it is also necessary to add the IP address in  pg_hba.conf
This commit is contained in:
stefan8888
2019-07-29 18:15:00 +00:00
committed by Steve Chávez
parent 5ad1afbf73
commit ca456ecc51
+5
View File
@@ -297,6 +297,11 @@ The database connection string above is just an example. Adjust the role and pas
.. code-block:: bash
listen_addresses = 'localhost,10.0.0.10'
You might also need to add a new IPv4 local connection within pg_hba.conf. For instance:
.. code-block:: bash
host all all 10.0.0.10/32 trust
Containerized PostgREST *and* db with docker-compose
----------------------------------------------------