From 1bc8ed29195930b2a9a12606c8515c903102b698 Mon Sep 17 00:00:00 2001 From: chauhang Date: Sat, 21 Jun 2025 12:31:59 -0700 Subject: [PATCH] Fix links --- Docker-readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker-readme.md b/Docker-readme.md index ac6b2d1c..064c6672 100644 --- a/Docker-readme.md +++ b/Docker-readme.md @@ -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