7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-29 04:10:49 +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"
stop:
docker-compose stop
docker-compose rm --stop --force
##################### Extra