Commit 8584706d authored by Chelsea Holland Komlo's avatar Chelsea Holland Komlo
Browse files

expose website port

parent a4f32ea1
Branches unavailable
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment