Skip to content

Commit

Permalink
Duplicate port, different protocol is working again
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Mar 21, 2022
1 parent a3dba34 commit 623ee39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public class IntegrationErrorTest {
public static GenericContainer<?> softioc = new FixedHostPortGenericContainer<>("slominskir/softioc:1.1.0")
.withFixedExposedPort(5064, 5064, InternetProtocol.TCP)
.withFixedExposedPort(5065, 5065, InternetProtocol.TCP)
//.withFixedExposedPort(5064, 5064, InternetProtocol.UDP)
//.withFixedExposedPort(5065, 5065, InternetProtocol.UDP)
.withFixedExposedPort(5064, 5064, InternetProtocol.UDP)
.withFixedExposedPort(5065, 5065, InternetProtocol.UDP)
.withNetwork(network)
.withPrivilegedMode(true)
.withCreateContainerCmdModifier(cmd -> cmd
Expand Down

0 comments on commit 623ee39

Please sign in to comment.