From bac086c3afc4c3f1557e3eabf877bd529e5bd037 Mon Sep 17 00:00:00 2001 From: braginini Date: Thu, 20 Oct 2022 14:18:59 +0200 Subject: [PATCH] Fix self-hosting steps numbering --- docs/getting-started/self-hosting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/self-hosting.md b/docs/getting-started/self-hosting.md index c2773571..d65c402c 100644 --- a/docs/getting-started/self-hosting.md +++ b/docs/getting-started/self-hosting.md @@ -107,12 +107,12 @@ Make sure all the required properties set in the ```setup.env``` file and run: This will export all the properties as environment variables and generate ```docker-compose.yml``` and ```management.json``` files substituting required variables. -### Step 5: Run docker compose: +### Step 6: Run docker compose: ```bash docker-compose up -d ``` -### Step 5: Check docker logs (Optional) +### Step 7: Check docker logs (Optional) ```bash docker-compose logs signal