mirror of https://github.com/JohnHammond/CTFd.git
Switching to Bento Ubuntu for VMWare support (#481)
parent
06b2856205
commit
46544e5729
|
@ -24,8 +24,7 @@ tmux new-session -d -n "ctfd" -c "/vagrant" -s "ctfd" "gunicorn --bind 0.0.0.0:8
|
||||||
SCRIPT
|
SCRIPT
|
||||||
|
|
||||||
Vagrant.configure("2") do |config|
|
Vagrant.configure("2") do |config|
|
||||||
# ubuntu/xenial64 supports synced folders
|
config.vm.box = "bento/ubuntu-16.04"
|
||||||
config.vm.box = "ubuntu/xenial64"
|
|
||||||
|
|
||||||
# Create a private network, which allows host-only access to the machine
|
# Create a private network, which allows host-only access to the machine
|
||||||
config.vm.network "private_network", ip: "10.9.8.7"
|
config.vm.network "private_network", ip: "10.9.8.7"
|
||||||
|
|
Loading…
Reference in New Issue