Skip to content

Commit ff328f1

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 0d76bed commit ff328f1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

superstack/gettingstarted/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,17 +432,19 @@ <h2 id="2-configure-environment-variables">2. Configure Environment Variables</h
432432
environment or application (you may bring up multiple for development).</li>
433433
</ul>
434434
<blockquote>
435-
<p>⚠️ Important: This file is for local development only. Never store real
435+
<p>⚠️ Important: The .env file is for local development only. Never store real
436436
secrets in version control or production. Use CI/CD environment variables or
437437
a secrets manager instead.</p>
438438
</blockquote>
439+
<p>To start multiple applications, be sure to configure different Caddy ports for
440+
each.</p>
439441
<h2 id="3-start-the-stack">3. Start the Stack</h2>
440442
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>compose<span class="w"> </span>up<span class="w"> </span>-d
441443
</code></pre></div>
442444
<p>That's it – your backend is live.</p>
443445
<p>You can now open
444446
<a href="http://localhost:8000/openapi/">http://localhost:8000/openapi/</a> to explore
445-
your API.</p>
447+
your API (assuming 8000 is your Caddy port).</p>
446448
<hr/>
447449
<h2 id="what-just-happened">🧩 What Just Happened?</h2>
448450
<p>SuperStack automatically:</p>

0 commit comments

Comments
 (0)