mirror of
https://github.com/searxng/searxng-docker.git
synced 2025-12-24 04:30:02 +00: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
|