mirror of
https://github.com/pterodactyl/development.git
synced 2025-12-11 04:38:32 -06:00
don't autostart wings environment
This commit is contained in:
parent
a7840042ee
commit
5ce6b4ef68
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -59,7 +59,7 @@ Vagrant.configure("2") do |config|
|
||||
SHELL
|
||||
end
|
||||
|
||||
config.vm.define "wings" do |wings|
|
||||
config.vm.define "wings", autostart: false do |wings|
|
||||
wings.vm.hostname = "wings"
|
||||
|
||||
wings.vm.box = "bento/ubuntu-18.04"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user