Fixed stop-all.sh
This commit is contained in:
parent
7279abb9b0
commit
c0059349fb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#/bin/bash/
|
||||
|
||||
for dir in ./*/ ; do
|
||||
(cd "$dir" && echo "[$dir]" && docker-compose up -d);
|
||||
(cd "$dir" && echo "[$dir]" && docker-compose down);
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue