You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
352 B
14 lines
352 B
#!/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
|