We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b875739 + 3caa3d6 commit f01ef5aCopy full SHA for f01ef5a
1 file changed
content/docs/getting-started.md
@@ -34,6 +34,18 @@ Docker Compose version v2.25.0
34
```bash
35
git clone https://github.com/yeti-platform/yeti-docker
36
cd yeti-docker/prod
37
+```
38
+
39
+Check out the `.env` file and adjust default settings if needed (e.g.
40
+`YETI_AUTH_SECRET_KEY`)
41
42
+```bash
43
+/bin/bash ./init.sh
44
45
46
+or, if you know what you're doing:
47
48
49
docker compose up
50
```
51
0 commit comments