From e38424c3b67894b8ba3a550d68ded5cf685ea408 Mon Sep 17 00:00:00 2001 From: Ishan Patel <ishan747@uab.edu> Date: Fri, 1 Mar 2019 09:48:02 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e247f27..80e7780 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,6 @@ vagrant ssh ood -c "sudo mount -a" After this point you can connect to the web ui of the ood node, typically via (the port mapping may change in your local vagrant env): -http://localhost/8080 +http://localhost:8080 The default user name and password for the web UI is 'vagrant'. -- GitLab