This commit is contained in:
2025-10-02 00:51:42 +02:00
commit 070b02ea62
16 changed files with 298 additions and 0 deletions

7
stop.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
SERVICE_NAME="mc-vanilla"
echo "⛔ Zastavuji server..."
docker compose stop "$SERVICE_NAME"