From 1cdd4d7ac85af4732ff0c1edc4e6dcdbbb4b4866 Mon Sep 17 00:00:00 2001 From: Yhael S Date: Fri, 25 Aug 2023 04:37:55 -0500 Subject: [PATCH] readme updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21c076b..e53d649 100644 --- a/README.md +++ b/README.md @@ -114,11 +114,11 @@ This will `pull` the latest *Odoo Community, Enterprise, Extra and Custom addons #### 7. *Production*: This is the production environment (`APP_ENV=production`). It ensures no demo data is loaded and debugging is turned off. It also brings up the `Let's Encrypt` container, so you won't worry about `SSL Certificates` anymore! Some `.env` variables are overwritten in this setup. -Take down previous setup containers +Take down previous setup of containers ``` docker-compose down ``` -Repace the `docker-compose.override.yml` with `docker-compose.override.production.yml` to bring `Let's Encrypt` container. +Replace the `docker-compose.override.yml` with `docker-compose.override.production.yml` to bring `Let's Encrypt` container. ``` cp docker-compose.override.production.yml docker-compose.override.yml ```