Skip to content

Commit

Permalink
Switch from "docker-compose" to "docker compose"
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Nov 14, 2023
1 parent ccfe322 commit c558550
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 @@ -10,12 +10,12 @@ unit: start

start: stop
@echo Affiliation matcher starting...
docker-compose up -d
docker compose up -d
@echo Affiliation matcher started http://localhost:5004

stop:
@echo Affiliation matcher stopping...
docker-compose down
docker compose down
@echo Affiliation matcher stopped

install:
Expand Down

0 comments on commit c558550

Please sign in to comment.