From ca26732cb86dce72e46e314b5e79b0b2d66696da Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Wed, 17 May 2023 09:58:10 -0400 Subject: [PATCH] Update docker_install.md --- documents/install/docker_install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documents/install/docker_install.md b/documents/install/docker_install.md index 5533f4c664..302f2fc679 100644 --- a/documents/install/docker_install.md +++ b/documents/install/docker_install.md @@ -2,7 +2,9 @@ -- **Provide** all credentials, (API keys, access tokens, and Mongo Connection String) in [docker-compose.yml](https://stackedit.io/docker-compose.yml) under api service +- **Edit** the credentials you see in [docker-compose.yml](https://stackedit.io/docker-compose.yml) under api service as needed + - **Provide** all necessary credentials in the ./api/.env and client/.env files before the next step + - Docker will read those env files. See their respective `.env.example` files for reference - **Run** `docker-compose up` to start the app - Note: MongoDB does not support older ARM CPUs like those found in Raspberry Pis. However, you can make it work by setting MongoDB’s version to mongo:4.4.18 in docker-compose.yml, the most recent version compatible with