docker compose v2
This commit is contained in:
parent
8eff12ea6a
commit
e0a0b440f0
10 changed files with 5 additions and 16 deletions
|
@ -1,9 +1,9 @@
|
|||
#/bin/bash/
|
||||
|
||||
for dir in ./*/ ; do
|
||||
(cd "$dir" && echo "[$dir]" && docker-compose build);
|
||||
(cd "$dir" && echo "[$dir]" && docker compose build);
|
||||
done
|
||||
|
||||
for dir in ./*/ ; do
|
||||
(cd "$dir" && echo "[$dir]" && docker-compose pull);
|
||||
(cd "$dir" && echo "[$dir]" && docker compose pull);
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue