We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f8ef5 commit e830bbaCopy full SHA for e830bba
Vagrantfile
@@ -6,7 +6,7 @@ Vagrant.configure("2") do |config|
6
config.vm.provision "shell", path: "provision.bash"
7
8
# Enlarge disk size from default '10G' to '20G'
9
- # This need the vagrant-disksize plugin which is installed in install.bash
+ # This need the vagrant-disksize plugin which is installed in play.sh.
10
config.disksize.size = '20GB'
11
12
# Don't forward 22. Even if we do so, the exposed port only binds
0 commit comments