Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
Changed port to avoid conflict with jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangrundig committed Jul 10, 2015
1 parent 0496d6e commit 24d2b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/apache/mesos/mini/DockerProxyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void testInstantiate() throws InterruptedException, UnirestException {
class HelloWorldContainer extends AbstractContainer {

public static final String HELLO_WORLD_IMAGE = "tutum/hello-world";
public static final int PORT = 80;
public static final int PORT = 9599;

protected HelloWorldContainer(DockerClient dockerClient) {
super(dockerClient);
Expand Down

0 comments on commit 24d2b01

Please sign in to comment.