From 6f53642a8ee8573b2c69002085b55bb82963c2ec Mon Sep 17 00:00:00 2001 From: devlikepro Date: Sun, 29 Sep 2024 17:41:40 +0700 Subject: [PATCH] fixes --- content/en/docs/how-to/install/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/docs/how-to/install/index.md b/content/en/docs/how-to/install/index.md index 2643aa4b..1ebe3cbd 100644 --- a/content/en/docs/how-to/install/index.md +++ b/content/en/docs/how-to/install/index.md @@ -164,9 +164,11 @@ Some important values you **MUST** change before running it: - `WHATSAPP_SWAGGER_PASSWORD` - your password for [**📚 Swagger**]({{< relref "/docs/how-to/swagger" >}}) ```bash -# update redis and postgres passwords +# update .env file with your values nano .env -# update docker-compose.yaml same postgres pass +# update docker-compose.yaml - like image +# Remove "mongodb" and "minio" services if you don't need them +# Leave "waha" service as it is nano docker-compose.yaml ```