mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-17 04:04:22 +01:00
Switching to Bento Ubuntu for VMWare support (#481)
This commit is contained in:
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@@ -24,8 +24,7 @@ tmux new-session -d -n "ctfd" -c "/vagrant" -s "ctfd" "gunicorn --bind 0.0.0.0:8
|
||||
SCRIPT
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
# ubuntu/xenial64 supports synced folders
|
||||
config.vm.box = "ubuntu/xenial64"
|
||||
config.vm.box = "bento/ubuntu-16.04"
|
||||
|
||||
# Create a private network, which allows host-only access to the machine
|
||||
config.vm.network "private_network", ip: "10.9.8.7"
|
||||
|
||||
Reference in New Issue
Block a user