diff --git a/lib/testcontainers.ex b/lib/testcontainers.ex index 5bf27e39..65a8e1f6 100644 --- a/lib/testcontainers.ex +++ b/lib/testcontainers.ex @@ -28,11 +28,7 @@ defmodule Testcontainers do {:ok, %{options: options}} end - @doc """ - Get the docker host for the current environment. - - This doesnt need to be localhost or 127.0.0.1. It can also be bridge gateway ip. - """ + @doc false def get_host(name \\ __MODULE__), do: wait_for_call(:get_host, name) @doc """