Skip to content

Commit

Permalink
use correct box name
Browse files Browse the repository at this point in the history
  • Loading branch information
dongweiming committed Sep 17, 2016
1 parent 66028bf commit d7c89d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/xenial64"
config.vm.box = "dongweiming/web_develop"
config.vm.hostname = "WEB"
config.vm.network :forwarded_port, guest: 9000, host: 9000
config.vm.network :forwarded_port, guest: 3141, host: 3141
Expand Down

0 comments on commit d7c89d0

Please sign in to comment.