Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
8584706d
Commit
8584706d
authored
7 years ago
by
Chelsea Holland Komlo
Browse files
Options
Download
Email Patches
Plain Diff
expose website port
parent
a4f32ea1
Branches unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile
+1
-0
Vagrantfile
with
1 addition
and
0 deletions
+1
-0
Vagrantfile
+
1
-
0
View file @
8584706d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help