From 90f63f4c545963765d394882ce99d17983df6705 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Fri, 6 Sep 2024 16:51:14 -0300 Subject: [PATCH] chore: reword docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5569e4f..6e2a37b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ note: this is a project made for learning purposes, you should use other more ma ### docker -- to run with docker, you can use docker compose: +- to run with docker, you can use the `docker-compose.yml` file available in this repo. to do so, run: ```bash docker compose up -d # might be docker-compose depending on distro