Skip to content

Commit

Permalink
build(tools): update docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu233w committed Nov 21, 2024
1 parent 6f92b99 commit 6466cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/remote-docker-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export DOCKER_REPO=liu233w/

# 执行 docker compose
curl -s https://raw.githubusercontent.com/Liu233w/acm-statistics/master/build/docker-compose.yml \
| docker-compose -f - up
| docker compose -f - up

else

Expand Down Expand Up @@ -60,4 +60,4 @@ fi

fi

docker-compose up
docker compose up

0 comments on commit 6466cf8

Please sign in to comment.