stopping docker sync

This commit is contained in:
Arian Acosta 2017-07-15 09:44:09 -04:00
parent 0d5080d6bb
commit c17abbea6e
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ else
echo "Stopping Docker Compose";
docker-compose down;
echo "Stopping Docker Sync";
docker-sync start;
docker-sync stop;
fi