7 lines
83 B
Bash
Executable File
7 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
cd "$(dirname "$0")"
|
|
|
|
echo "stop akkoma..."
|
|
docker compose down
|