docker compose v2
This commit is contained in:
parent
bdefc29ce6
commit
0e1e41abfd
14 changed files with 14 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue