From 75ff44f3f6d1284f19cc087efed4992c89d76c56 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Sun, 28 Jun 2020 12:55:29 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5f3dbd..2284742 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ vagrant up # open a shell inside the vm # for debugging purposes forward port 7200 (GraphDB) and 8080 (phpmyadmin) -vagrant ssh -- -L 12 +vagrant ssh -- -L 7200:127.0.0.1:7200 -L 8080:127.0.0.1:8080 ```