From e503354ecaeb48dc9a179ca4a2e4d3c9f98da0d6 Mon Sep 17 00:00:00 2001 From: unteem Date: Fri, 11 Jul 2025 10:33:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(compose)=20Fix=20command=20to=20ge?= =?UTF-8?q?t=20fetch=20pg=20env=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/installation/compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/compose.md b/docs/installation/compose.md index cfce371a13..f0dbc4ccd3 100644 --- a/docs/installation/compose.md +++ b/docs/installation/compose.md @@ -35,7 +35,7 @@ curl -o compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/ 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