Fix links

This commit is contained in:
chauhang 2025-06-21 12:31:59 -07:00
parent 3154dfc23b
commit 1bc8ed2919
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ When you run `docker-compose up` or `docker-compose run`, Docker Compose automat
The `.env` file itself is ignored by Git (as specified in `.gitignore`), so your local configurations will not be committed to the repository.
For streamlined experience, it is recommended to use docker compose as it simplifies experience eg handles mounting of directories for caching. Skip to [Docker Compose](#Using Docker Compose) section for this.
For streamlined experience, it is recommended to use docker compose as it simplifies experience eg handles mounting of directories for caching. Skip to [Docker Compose](#using-docker-compose) section for this.
## Running with Docker