Skip to content

Commit bd89876

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

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

superstack/gettingstarted/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,15 +429,13 @@ <h2 id="2-configure-environment-variables">2. Configure Environment Variables</h
429429
<ul>
430430
<li><strong>Secrets</strong> – Passwords, keys, etc.</li>
431431
<li><strong>Ports</strong> – Adjust the exposed ports (specifically, Caddy's) depending on
432-
environment or application (you may bring up multiple for development).</li>
432+
environment or application (you may bring up multiple).</li>
433433
</ul>
434434
<blockquote>
435435
<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>
441439
<h2 id="3-start-the-stack">3. Start the Stack</h2>
442440
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>compose<span class="w"> </span>up<span class="w"> </span>-d
443441
</code></pre></div>

0 commit comments

Comments
 (0)