From 5e5054282ea2617667becd5750046dc200f96d0a Mon Sep 17 00:00:00 2001 From: Moritz Schlarb Date: Thu, 31 Jul 2025 14:56:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(doc)=20Fix=20commands=20in=20docke?= =?UTF-8?q?r=20compose=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected the commands in step 1 Signed-off-by: Moritz Schlarb --- docs/installation/compose.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation/compose.md b/docs/installation/compose.md index bd710c2a..c379f768 100644 --- a/docs/installation/compose.md +++ b/docs/installation/compose.md @@ -31,11 +31,12 @@ For older versions of Docker Engine that do not include Docker Compose: ```bash mkdir -p docs/env.d +cd docs curl -o compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/compose.yaml curl -o env.d/common https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/common curl -o env.d/backend https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/backend curl -o env.d/yprovider https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/yprovider -curl -o env.d/common https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/postgresql +curl -o env.d/postgresql https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/postgresql ``` ## Step 2: Configuration