Changed make stop to use docker-compose stop

This commit is contained in:
coltoneshaw
2023-03-17 10:35:30 -04:00
parent 7d2f4d7092
commit 4c0779f7f2

View File

@@ -29,7 +29,7 @@ start:
stop:
@echo "Stopping..."
@docker-compose down
@docker-compose stop
@echo "Done"
restart: