Move composed to a folder

This commit is contained in:
Guillem Hernandez Sola
2018-06-13 11:44:39 +02:00
parent 80460ccdc9
commit 75f631d93f
9 changed files with 0 additions and 0 deletions

7
compose/misc/Vagrantfile vendored Executable file
View File

@@ -0,0 +1,7 @@
Vagrant.configure(2) do |config|
config.vm.define "docker" do |docker|
docker.vm.box = "ubuntu/trusty64"
docker.vm.network "private_network", ip: "192.168.0.249"
docker.vm.hostname = "docker.example.com"
end
end