diff --git a/DOCKER.md b/DOCKER.md index a2ec8a4..3ad7b9f 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -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