Skip to content

Commit

Permalink
Merge pull request #4494 from sysown/v2.6.x-fix_docker_compose
Browse files Browse the repository at this point in the history
use 'docker compose' instead of 'docker-compose'
  • Loading branch information
renecannao authored Apr 24, 2024
2 parents 8a525bf + 8f53bed commit 959c629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@ build-%:

.NOTPARALLEL: binaries/proxysql%
binaries/proxysql%:
@docker-compose -p proxysql down -v --remove-orphans
@docker-compose -p proxysql up $(IMG_NAME)$(IMG_TYPE)$(IMG_COMP)_build
@docker-compose -p proxysql down -v --remove-orphans
@docker compose -p proxysql down -v --remove-orphans
@docker compose -p proxysql up $(IMG_NAME)$(IMG_TYPE)$(IMG_COMP)_build
@docker compose -p proxysql down -v --remove-orphans


### clean targets
Expand Down

0 comments on commit 959c629

Please sign in to comment.