From 8584706dc41e29e9c6cb4a15af4eef4b7ae36bab Mon Sep 17 00:00:00 2001
From: Chelsea Holland Komlo <me@chelseakomlo.com>
Date: Fri, 27 Apr 2018 11:14:03 -0400
Subject: [PATCH] expose website port

---
 Vagrantfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Vagrantfile b/Vagrantfile
index 46d6882e58..5ac49e8bba 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -24,6 +24,7 @@ Vagrant.configure(2) do |config|
 
         # Expose the nomad api and ui to the host
         vmCfg.vm.network "forwarded_port", guest: 4646, host: 4646, auto_correct: true
+        vmCfg.vm.network "forwarded_port", guest: 4567, host: 4567, auto_correct: true
 
         # Expose Ember ports to the host (one for the site, one for livereload)
         vmCfg.vm.network :forwarded_port, guest: 4201, host: 4201, auto_correct: true
-- 
GitLab