docker compose
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user