#!/bin/bash set -e tm=`date +%Y%m%d-%H%M%S` echo "=====================================================" echo "Starting redis." echo "Starting <${tm}>." echo "=====================================================" echo "Please ensure the config files right." echo "=====================================================" docker-compose -p redis down