Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #72 in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Dec 16, 2015
2 parents c66e43a + 9f4ece8 commit e3ab62c
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 @@ -26,7 +26,7 @@ fi
SCRIPT

Vagrant.configure(2) do |config|
config.vm.box = 'chef/ubuntu-14.04'
config.vm.box = 'bento/ubuntu-14.04'

# MySQL port
config.vm.network 'forwarded_port', guest: 3306, host: 3306, auto_correct: true
Expand Down

0 comments on commit e3ab62c

Please sign in to comment.