From 58f8c31669979ffc4d5445bad71069b8a722fe88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Fri, 17 May 2024 09:10:59 +0200 Subject: [PATCH] Fixes typo in docs #5076 (#5450) Micro fix Fixes #5076 --- .../twenty-docs/docs/start/self-hosting/docker-compose.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/twenty-docs/docs/start/self-hosting/docker-compose.mdx b/packages/twenty-docs/docs/start/self-hosting/docker-compose.mdx index 46f1d24584a..3cbf57ad930 100644 --- a/packages/twenty-docs/docs/start/self-hosting/docker-compose.mdx +++ b/packages/twenty-docs/docs/start/self-hosting/docker-compose.mdx @@ -23,8 +23,8 @@ VERSION=x.y.z BRANCH=branch-name bash <(curl -sL https://git.new/20) ## Manual installation 1. Copy the [.env.example](https://github.com/twentyhq/twenty/blob/main/packages/twenty-docker/.env.example) into a `.env` in the same directory where your `docker-compose.yml` file will be -2. Run the command `openssl rand -base64 32` three times, make note of the string for each -3. In your .env file, replace the three "replace_me_with_a_random_string_access" with the three random strings you just generated. +2. Run the command `openssl rand -base64 32` four times, make note of the string for each +3. In your .env file, replace the three "replace_me_with_a_random_string_access" with the four random strings you just generated. ``` ACCESS_TOKEN_SECRET=replace_me_with_a_random_string_access