init
This commit is contained in:
8
restart.sh
Normal file
8
restart.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
SERVICE_NAME="mc-vanilla"
|
||||
|
||||
echo "🔄 Restartuji server..."
|
||||
docker compose up -d --force-recreate --build "$SERVICE_NAME"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user