Skip to content

Commit

Permalink
Support both yml and yaml config files
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Dec 14, 2018
1 parent e5c56c3 commit 0eeda35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/vagrant/up.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env bash

docker-compose -f /vagrant/docker-compose.yml up -d
cd /vagrant

docker-compose up -d

echo "Done! Please wait a few seconds before the containers are up."

0 comments on commit 0eeda35

Please sign in to comment.