6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-05 21:07:50 +00:00

REALLY stop the containers on "make stop"

This commit is contained in:
Régis Behmo 2018-06-08 18:50:12 -04:00
parent 77b9a6a3e7
commit 560f520af1

View File

@ -51,7 +51,7 @@ daemon:
echo "Daemon is up and running" echo "Daemon is up and running"
stop: stop:
docker-compose stop docker-compose rm --stop --force
##################### Extra ##################### Extra