Skip to content

Commit

Permalink
host ip binding to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 13, 2023
1 parent 5764a5d commit 00863b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ex_unit.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ defmodule TestcontainersElixir.ExUnit do
{:ok, _} <- Api.Container.container_start(conn, container_id),
:ok =
on_exit.(:stop_container, fn ->
# with :ok <- reap_container(conn, container_id) do
# stop_container(conn, container_id)
# end
with :ok <- reap_container(conn, container_id) do
stop_container(conn, container_id)
end
end) do
{:ok, get_container(conn, container_id)}
end
Expand Down

0 comments on commit 00863b5

Please sign in to comment.