Commit f3fe0f6f4701968a92f34ed52270b952f5228db3
1 parent
bd3b8eb3
Exists in
master
Ajustado vagrantfile;
portabilis/ieducar#183
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
Vagrantfile
... | ... | @@ -2,9 +2,9 @@ |
2 | 2 | VAGRANTFILE_API_VERSION = "2" |
3 | 3 | |
4 | 4 | Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| |
5 | - config.vm.box = "ieducar" | |
6 | - config.vm.box_url = "https://s3-us-west-2.amazonaws.com/portabilis2/public/ieducar/ieducar_ubuntu_16_04.box" | |
7 | - config.vm.box_download_insecure = "https://s3-us-west-2.amazonaws.com/portabilis2/public/ieducar/ieducar_ubuntu_16_04.box" | |
5 | + config.vm.box = "ieducar_comunidade" | |
6 | + config.vm.box_url = "https://s3-us-west-2.amazonaws.com/portabilis2/public/ieducar/ieducar_comunidade_ubuntu_16_04.box_comunidade" | |
7 | + config.vm.box_download_insecure = "https://s3-us-west-2.amazonaws.com/portabilis2/public/ieducar/ieducar_comunidade_ubuntu_16_04.box" | |
8 | 8 | |
9 | 9 | #Compartilhando portas |
10 | 10 | config.vm.network "forwarded_port", guest: 80, host: 8080 | ... | ... |
-
Referente a issue #45