Update to new docker-compose v2 syntax
This commit is contained in:
parent
ad496b54ec
commit
aa2bf466b8
1 changed files with 1 additions and 2 deletions
|
@ -187,8 +187,7 @@ update() {
|
||||||
docker-update() {
|
docker-update() {
|
||||||
for dir in $HOME/git/dotfiles/docker/*; do
|
for dir in $HOME/git/dotfiles/docker/*; do
|
||||||
cd $dir
|
cd $dir
|
||||||
docker-compose pull
|
docker compose up -d
|
||||||
docker-compose up -d
|
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue