aasaru commented on a change in pull request #6: FINCN-165: Implement bash scripts to provisioner fineract cn services URL: https://github.com/apache/fineract-cn-docker-compose/pull/6#discussion_r326284666
########## File path: shut-down.sh ########## @@ -0,0 +1,8 @@ +#!/bin/sh + +docker-compose down --remove-orphans +cd external_tools/ +docker-compose down +cd .. +docker volume rm external_tools_cassandra-volume Review comment: since you are destroying all data I would rename this file something like "shut-down-and-reset.sh" ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
