docker compose v2

This commit is contained in:
Florian Zirker 2023-01-12 10:10:34 +01:00
parent 8eff12ea6a
commit e0a0b440f0
10 changed files with 5 additions and 16 deletions

View file

@ -2,7 +2,7 @@
function up {
(cd "$1" && echo "[$1]" && docker-compose up -d "${@:2}");
(cd "$1" && echo "[$1]" && docker compose up -d "${@:2}");
}
up proxy;