Skip to content

Commit

Permalink
Merge pull request #11 from JeffersonLab/build-cleanup
Browse files Browse the repository at this point in the history
Duplicate port, different protocol is working again
  • Loading branch information
slominskir authored Mar 21, 2022
2 parents 2443de5 + 623ee39 commit 7e4778f
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 7e4778f

Please sign in to comment.