mirror of https://github.com/mx-space/core
chore: update docker compose
Signed-off-by: Innei <i@innei.in>
This commit is contained in:
parent
ede03ed281
commit
e56d2151a1
|
@ -11,8 +11,6 @@ if [[ $? -ne 0 ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
docker-compose -v
|
||||
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo "failed to run docker-compose"
|
||||
exit 1
|
||||
|
@ -20,7 +18,7 @@ fi
|
|||
|
||||
docker images
|
||||
|
||||
(docker-compose up &)
|
||||
(docker compose up &)
|
||||
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo "failed to run docker-compose instance"
|
||||
|
|
Loading…
Reference in New Issue