We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc343dd commit 14a21abCopy full SHA for 14a21ab
Vagrantfile
@@ -2,7 +2,7 @@
2
# vi: set ft=ruby :
3
4
Vagrant.configure("2") do |config|
5
- config.vm.box = "bento/centos-7.5"
+ config.vm.box = "bento/centos-7.6"
6
7
# config.vm.network "forwarded_port", guest: 80, host: 8080
8
config.vm.network "private_network", ip: "192.168.33.21"
0 commit comments