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
# Build and start the application
docker-compose up --build
docker compose up --build
# Run in detached mode
docker-compose up -d --build
docker compose up -d --build
# Stop the application
docker-compose down
docker compose down
```
### Using Docker directly