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.