We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e5430 commit 0bc8cc6Copy full SHA for 0bc8cc6
docs/installation/compose.md
@@ -38,6 +38,11 @@ curl -o env.d/yprovider https://raw.github.com/suitenumerique/docs/re
38
curl -o env.d/common https://raw.github.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/postgresql
39
```
40
41
+If you are using the sample nginx-proxy configuration:
42
+```bash
43
+curl -o default.conf.template https://raw.github.com/jco-c/docs/refs/heads/main/docker/files/production/etc/nginx/conf.d/default.conf.template
44
+```
45
+
46
## Step 2: Configuration
47
48
Docs configuration is achieved through environment variables. We provide a [detailed description of all variables](../env.md).
0 commit comments