From 8d28b2d03ab15f99f0e7059687e5d10047f266fc Mon Sep 17 00:00:00 2001 From: MDreW Date: Mon, 16 Sep 2024 15:37:29 +0200 Subject: [PATCH] Another index fix --- Docker-compose/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Docker-compose/README.md b/Docker-compose/README.md index ba5fa161..0622ecf1 100644 --- a/Docker-compose/README.md +++ b/Docker-compose/README.md @@ -4,8 +4,9 @@ 1. [Requirements](#requirements) 2. [Run the composition - MAGIC WAY](#run-the-composition-magic-way) -2. [Run the composition - LONG WAY](#run-the-composition-long-way) -6. [Configure your system](#configure-your-system) +3. [Run the composition - LONG WAY](#run-the-composition-long-way) +4. [Configure your system](#configure-your-system) +5. [Insights](#Insights) ## Requirements @@ -37,7 +38,7 @@ The script make the directories for local mounts, copy all required files in rig More details ad start option are avable on [run-docker-compose.sh](../docs/run-docker-compose.sh.md) page -### Start the composition LONG WAY +### Run the composition LONG WAY Enter in `Docker-compose` directory and make required direcotries for local mounts: ```bash @@ -81,3 +82,8 @@ cp env.example .env Edit and personalize the system from `.env` files. You can still edit all files in detail from their local volumes. **IMPORTANT all the default password must be changed!** + +### Insights + +* More details on prodiles read the [Docker Compose Profiles](../docs/docker_compose_profiles.md) page +* More details on run-docker-compose,sh read the [run-docker-compose.sh](../docs/run-docker-compose.sh.md) page