docker.compose.postgre.down.sh 395 B

12345678910111213
  1. #!/bin/bash
  2. set -e
  3. tm=`date +%Y%m%d-%H%M%S`
  4. echo "====================================================="
  5. echo "Starting postgresql."
  6. echo "Starting <${tm}>."
  7. echo "====================================================="
  8. echo "Please ensure the config files right."
  9. echo "====================================================="
  10. docker-compose -f docker-compose-postgre.yml -p ibps3-postgre down