1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 09:47:04 +01:00

remove orphans

This commit is contained in:
Sebastian Gerske 2018-12-06 11:42:53 +01:00
parent b4d3c9f8ad
commit b094bc782c

View File

@ -142,7 +142,7 @@ while :; do
;;
*)
printf $COLOR_Y'Starting Ocean...\n\n'$COLOR_RESET
docker-compose --project-name=$PROJECT_NAME $COMPOSE_FILES -f ${NODE_FILE} up
docker-compose --project-name=$PROJECT_NAME $COMPOSE_FILES -f ${NODE_FILE} up --remove-orphans
break
esac
shift