Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 13, 2023
1 parent a170cde commit 7257e92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/reaper.ex
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ defmodule TestcontainersElixir.Reaper do
ExposedPorts: %{"#{@ryuk_port}" => %{}},
HostConfig: %{
PortBindings: %{"#{@ryuk_port}" => [%{"HostPort" => ""}]},
Privileged: true,
# FIXME this will surely not work for all use cases
Binds: ["/var/run/docker.sock:/var/run/docker.sock:rw"]
},
Expand Down

0 comments on commit 7257e92

Please sign in to comment.