mirror of
https://github.com/searx/searx-docker.git
synced 2024-11-26 03:52:31 +01:00
9 lines
137 B
Bash
Executable File
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
|