From 22fe51adfa4a72b73d4a225757daf4ca720dd95d Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 9 Jun 2025 16:41:33 +0300 Subject: [PATCH] docs(README): update Docker command syntax for consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 508e63b..cbbc9a4 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ This maps the container's port `3012` to the host system's port `3012`. The appl If you prefer to use Docker Compose, ensure you have a `docker-compose.yml` file in your project directory. Then, run: ```bash -docker-compose up -d +docker compose up -d ``` This will automatically build and start the container based on the configuration in the `docker-compose.yml` file.