ponysearch-docker/stop.sh
2019-07-11 17:12:54 +02:00

8 lines
137 B
Bash
Executable file

#!/bin/sh
BASE_DIR="$(dirname -- "`readlink -f -- "$0"`")"
cd -- "$BASE_DIR"
. ./util.sh
$DOCKERCOMPOSE -f $DOCKERCOMPOSEFILE down -v