Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X committed Oct 8, 2024
1 parent 4f8f96b commit 6e17d65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

public interface TestContainer extends TestResource {

Network NETWORK = Network.newNetwork();
Network NETWORK = Network.builder().enableIpv6(false).build();

TestContainerId identifier();

Expand Down

0 comments on commit 6e17d65

Please sign in to comment.