Skip to content

Commit

Permalink
Missing the docker demo port
Browse files Browse the repository at this point in the history
Signed-off-by: Damien DUPORTAL <[email protected]>
  • Loading branch information
dduportal committed Apr 25, 2017
1 parent a9d9ec9 commit 548ffdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrantfile-box.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Vagrant.configure("2") do |config|
# Port forwarding
override.vm.network "forwarded_port", guest: 10000, host: 10000, auto_correct: true, id: "http"
override.vm.network "forwarded_port", guest: 10080, host: 10080, auto_correct: true, id: "demo"
override.vm.network "forwarded_port", guest: 10081, host: 10081, auto_correct: true, id: "demoWithDocker"

# No FS share to allow any depds to the host
config.vm.synced_folder ".", "/vagrant", disabled: true
Expand Down

0 comments on commit 548ffdd

Please sign in to comment.