From 47d4ceab84c82fb2cdb176e8c5b53c84eab78775 Mon Sep 17 00:00:00 2001 From: "Jonathan Leibiusky @xetorthio" Date: Fri, 18 Nov 2016 10:02:32 -0300 Subject: [PATCH] Give a good name for the nat rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57c31f3..68a0aff 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ prepare: # Adds the host GOPATH as a shared folder in the box -VBoxManage sharedfolder add pwd --name gopathsrc --hostpath ${GOPATH}src --automount # Do port forwaring so we can reach the app using localhost:3000 - -VBoxManage modifyvm pwd --natpf1 "nameformapping,tcp,,3000,,3000" + -VBoxManage modifyvm pwd --natpf1 "localhost,tcp,,3000,,3000" # Starts the virtual box instance start: