#!/usr/bin/env bash
my_path="$(
  cd "$(dirname "$0")"
  pwd -P
)"
${1:-docker-compose} -f ${my_path}/docker-compose.yml down -v
