From a20e0c30c5a9316a14014acf65c277270d175444 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Sun, 13 Dec 2015 13:27:40 +0100 Subject: [PATCH] README.md: Fix Link to Jenkins dashboard Adjust documentation to reflect the actual docker-compose.yml Signed-off-by: Gianpaolo Macario --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04abfc1..3733de3 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ docker-compose up | *Tool* | *Link* | *Credentials* | | ------------- | ------------- | ------------- | -| Jenkins | http://${docker-machine ip default}:8080/jenkins/ | no login required | +| Jenkins | http://${docker-machine ip default}:18080/ | no login required | | SonarQube | http://${docker-machine ip default}:9000/ | admin/admin | | Nexus | http://${docker-machine ip default}:8081/nexus | admin/admin123 | | GitLab | http://${docker-machine ip default}:10080/ | root/5iveL!fe |