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

8
restart.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
SERVICE_NAME="mc-vanilla"
echo "🔄 Restartuji server..."
docker compose up -d --force-recreate --build "$SERVICE_NAME"