chore: update docker compose

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-08-01 22:03:53 +08:00
parent ede03ed281
commit e56d2151a1
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 3 deletions

View File

@ -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"