1
0
mirror of https://github.com/searx/searx-docker.git synced 2024-11-26 03:52:31 +01:00
searx-docker/stop.sh
2019-07-11 17:12:54 +02:00

9 lines
137 B
Bash
Executable File

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