Skip to content

Commit

Permalink
remove -d parameter(daemon mode) to view console output
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarames committed Sep 16, 2019
1 parent 7c2f571 commit bc446d9
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 @@ -41,6 +41,6 @@ Vagrant.configure("2") do |config|
SHELL
config.vm.provision :docker_compose, compose_version:"1.23.1", run: "always"
config.vm.provision "compose", type: "shell", run: "always", inline: <<-SHELL
sudo docker-compose -f /home/vagrant/sync/docker-compose.yml up -d
sudo docker-compose -f /home/vagrant/sync/docker-compose.yml up
SHELL
end

0 comments on commit bc446d9

Please sign in to comment.