docs(README): update Docker command syntax for consistency

This commit is contained in:
ryan 2025-06-09 16:41:33 +03:00
parent 408592994e
commit 22fe51adfa

View file

@ -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: If you prefer to use Docker Compose, ensure you have a `docker-compose.yml` file in your project directory. Then, run:
```bash ```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. This will automatically build and start the container based on the configuration in the `docker-compose.yml` file.