Skip to content

Commit 5e50542

Browse files
moschlarAntoLC
authored andcommitted
📝(doc) Fix commands in docker compose section
Corrected the commands in step 1 Signed-off-by: Moritz Schlarb <[email protected]>
1 parent f497e75 commit 5e50542

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/installation/compose.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ For older versions of Docker Engine that do not include Docker Compose:
3131

3232
```bash
3333
mkdir -p docs/env.d
34+
cd docs
3435
curl -o compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/compose.yaml
3536
curl -o env.d/common https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/common
3637
curl -o env.d/backend https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/backend
3738
curl -o env.d/yprovider https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/yprovider
38-
curl -o env.d/common https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/postgresql
39+
curl -o env.d/postgresql https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/postgresql
3940
```
4041

4142
## Step 2: Configuration

0 commit comments

Comments
 (0)