stopLabkey.sh 98 B

123456
  1. #!/bin/bash
  2. . $(dirname $0)/env.sh
  3. $DOCKERCOMPOSE -f $COMPOSE down;
  4. docker network rm $NETWORK;