add akkoma's (bash scripts i use)
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
echo "start akkoma..."
|
||||
docker compose up -d
|
||||
sleep 3
|
||||
docker compose ps
|
||||
Reference in New Issue
Block a user