docker compose

This commit is contained in:
2025-08-26 12:18:03 +00:00
parent be4c8cc2a5
commit cb1327a718

View File

@@ -14,13 +14,13 @@ This directory contains Docker configuration files for containerizing the Markov
```bash ```bash
# Build and start the application # Build and start the application
docker-compose up --build docker compose up --build
# Run in detached mode # Run in detached mode
docker-compose up -d --build docker compose up -d --build
# Stop the application # Stop the application
docker-compose down docker compose down
``` ```
### Using Docker directly ### Using Docker directly