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