try this shi
This commit is contained in:
13
stop-dashboard.sh
Executable file
13
stop-dashboard.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Colors for output
|
||||
RED='\033[0;31m'
|
||||
BLUE='\033[0;34m'
|
||||
NC='\033[0m' # No Color
|
||||
|
||||
echo -e "${BLUE}🛑 Stopping Minecraft Dashboard...${NC}"
|
||||
|
||||
docker-compose -f docker-compose.dashboard.yml down
|
||||
|
||||
echo -e "${RED}✅ Dashboard stopped!${NC}"
|
||||
|
||||
Reference in New Issue
Block a user