start.sh 74 B

12345
  1. #!/bin/bash
  2. . $(dirname $0)/env.sh
  3. $DOCKERCOMPOSE -f $COMPOSE up -d db;