1
0
mirror of https://github.com/coltoneshaw/CS-Repro-Mattermost.git synced 2025-12-23 10:01:30 +01:00

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: