Skip to content

Commit 52a26bc

Browse files
committed
Update README.rst
1 parent 6b33025 commit 52a26bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ This snippet does the same, however using a specific version and the driver is s
8080

8181
Note, that the :code:`sqlalchemy` and :code:`psycopg` packages are no longer a dependency of :code:`testcontainers[postgres]` and not needed to launch the Postgres container. Your project therefore needs to declare a dependency on the used driver and db access methods you use in your code.
8282

83+
By default, Testcontainers will search for the container via the gateway IP. You can manually specify your own IP with the environment variable `TESTCONTAINERS_HOST_OVERRIDE`.
84+
8385

8486
Installation
8587
------------

0 commit comments

Comments
 (0)