Skip to content

Commit

Permalink
feat(makefile): bump docker compose to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Sep 11, 2024
1 parent 0e55826 commit 31106ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ docker-test-image:
.PHONY: solr
solr:
sudo chmod -R 777 solr
docker-compose up solr
docker compose up solr

.PHONY: solr-cluster
solr-cluster:
docker-compose -f docker-compose-solr-cluster.yml up
docker compose -f docker-compose-solr-cluster.yml up

0 comments on commit 31106ac

Please sign in to comment.