Skip to content

Commit 9188e82

Browse files
committed
Adjust docs
1 parent ec9f9c3 commit 9188e82

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/gettingstarted.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,13 @@ This `.env` file is used to configure:
5757
- **Ports** – Adjust the exposed ports (specifically, Caddy's) depending on
5858
environment or application (you may bring up multiple for development).
5959

60-
> ⚠️ Important: This file is for local development only. Never store real
60+
> ⚠️ Important: The .env file is for local development only. Never store real
6161
> secrets in version control or production. Use CI/CD environment variables or
6262
> a secrets manager instead.
6363
64+
To start multiple applications, be sure to configure different Caddy ports for
65+
each.
66+
6467
## 3. Start the Stack
6568

6669
```sh
@@ -71,7 +74,7 @@ That's it – your backend is live.
7174

7275
You can now open
7376
[http://localhost:8000/openapi/](http://localhost:8000/openapi/) to explore
74-
your API.
77+
your API (assuming 8000 is your Caddy port).
7578

7679
---
7780

0 commit comments

Comments
 (0)