Revise update aliases
This commit is contained in:
parent
da233b3b27
commit
ec6971b9c4
2 changed files with 25 additions and 7 deletions
|
@ -1,6 +0,0 @@
|
|||
#!/bin/zsh
|
||||
for dir in */; do
|
||||
cd $dir
|
||||
docker-compose pull && docker-compose down && docker-compose up -d
|
||||
cd ..
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue