Skip to content

Commit f01ef5a

Browse files
authored
Merge pull request #14 from yeti-platform/footgun
Footgun update
2 parents b875739 + 3caa3d6 commit f01ef5a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/docs/getting-started.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ Docker Compose version v2.25.0
3434
```bash
3535
git clone https://github.com/yeti-platform/yeti-docker
3636
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+
```bash
3749
docker compose up
3850
```
3951

0 commit comments

Comments
 (0)