From 981e56c76294240703bad9b6198f1541c9a720f4 Mon Sep 17 00:00:00 2001 From: Andre Hofmeister <9199345+HofmeisterAn@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:13:41 +0100 Subject: [PATCH] Update docs/examples/compose.md Co-authored-by: Kevin Wittek --- docs/examples/compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/compose.md b/docs/examples/compose.md index 8e3147c30..3176ba841 100644 --- a/docs/examples/compose.md +++ b/docs/examples/compose.md @@ -4,7 +4,7 @@ To use Docker's Compose tool to build and run a Testcontainers environment in a Docker Desktop Wormhole configuration, it is necessary to override Testcontainers' Docker host resolution and set the environment variable `TESTCONTAINERS_HOST_OVERRIDE` to `host.docker.internal`. -Otherwise, Testcontainers cannot access sibling containers like the Resource Reaper Ryuk or other services running on the Docker's host. +Otherwise, Testcontainers cannot access sibling containers like the Resource Reaper Ryuk or other services running on the Docker host. A minimal `docker-compose.yml` file that builds a new container image and runs the test inside the container look something like: ```Yaml