mirror of
https://github.com/searx/searx-docker.git
synced 2024-11-25 11:32:38 +01:00
10 lines
185 B
Bash
Executable File
10 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
|
|
READLINK="$(which readlink greadlink | tail -n1)"
|
|
BASE_DIR="$(dirname -- "`$READLINK -f -- "$0"`")"
|
|
cd -- "$BASE_DIR"
|
|
|
|
. ./util.sh
|
|
|
|
$DOCKERCOMPOSE -f $DOCKERCOMPOSEFILE down
|