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:
@@ -297,6 +297,11 @@ The database connection string above is just an example. Adjust the role and pas
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
listen_addresses = 'localhost,10.0.0.10'
|
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
|
Containerized PostgREST *and* db with docker-compose
|
||||||
----------------------------------------------------
|
----------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user