Skip to content

Commit

Permalink
Fix docker compose statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Sep 26, 2023
1 parent dbaa93a commit 8549c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/geoapi-services/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

.PHONY: start
start:
docker-compose -f docker-compose.yml up
docker compose -f docker-compose.yml up

.PHONY: stop
stop:
docker-compose -f docker-compose.yml down
docker compose -f docker-compose.yml down

0 comments on commit 8549c82

Please sign in to comment.