xây dựng docker
This commit is contained in:
11
docker-stop.sh
Executable file
11
docker-stop.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Script dừng Docker cho dự án Lucky Wheel
|
||||
echo "🛑 Dừng Lucky Wheel Docker Containers..."
|
||||
|
||||
docker compose down
|
||||
|
||||
echo "✅ Đã dừng tất cả containers"
|
||||
echo ""
|
||||
echo "💡 Để khởi động lại, chạy: ./docker-setup.sh"
|
||||
echo "💡 Để xóa tất cả dữ liệu (bao gồm database), chạy: docker compose down -v"
|
||||
Reference in New Issue
Block a user