docs(README): update Docker command syntax for consistency
This commit is contained in:
parent
408592994e
commit
22fe51adfa
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue