updateall/docker : ajout docker-compose up
This commit is contained in:
parent
5e8969eae7
commit
2c3a7ea576
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ cd ~/docker || exit
|
|||
for i in *; do (set -e
|
||||
cd "$i"
|
||||
docker-compose pull
|
||||
docker-compose up -d
|
||||
) & done
|
||||
wait
|
||||
|
||||
|
|
Loading…
Reference in a new issue