Skip to content
Snippets Groups Projects
Commit 5587b723 authored by 010191's avatar 010191 💣
Browse files

Vagrantfile_1

parent d781e4f3
No related branches found
No related tags found
No related merge requests found
Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: "echo Hello"
config.vm.define "web" do |web|
web.vm.box = "apache"
end
config.vm.define "db" do |db|
db.vm.box = "mysql"
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment