mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-01-12 22:27:09 +08:00
fix #88 Vagrantfile
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -2,7 +2,7 @@
|
||||
# vi: set ft=ruby :
|
||||
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
config.vm.box = "jysperm/rootpanel"
|
||||
config.vm.hostname = "rp.rpvhost.net"
|
||||
|
||||
config.vm.network "private_network", ip: "192.168.33.10"
|
||||
|
||||
Reference in New Issue
Block a user