Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
reddingwebpro authored Sep 18, 2023
1 parent ea89f64 commit 196f0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Vagrant.configure("2") do |config|

config.vm.box = "reddingwebpro/cognacbox"
config.vm.hostname = "cognacbox"
config.vm.box_version = "3.0.1"
config.vm.box_version = "4.0.0"
config.vm.boot_timeout = 600
config.vm.network "forwarded_port", guest: 80, host: 8080
config.vm.network "private_network", ip: "192.168.33.10"
Expand Down

0 comments on commit 196f0c6

Please sign in to comment.