mirror of
https://github.com/searxng/searxng-docker
synced 2024-11-15 06:13:03 +00:00
6 lines
69 B
Bash
6 lines
69 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./util.sh
|
||
|
|
||
|
$DOCKERCOMPOSE -f $DOCKERCOMPOSEFILE down -v
|