From 1a733c50b68a5c365859a7b7ccd4def8b5d3e645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Andr=C3=A9=20H=C3=BCbenthal?= Date: Tue, 7 Nov 2023 20:32:39 +0100 Subject: [PATCH] dont expose get_host method in documentation --- lib/testcontainers.ex | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 """