Skip to content

Commit 365a41d

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent fbd1af1 commit 365a41d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

superstack/deploying/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -653,11 +653,11 @@ <h2 id="3-deploy-the-compose-file">📦 3. Deploy the Compose File</h2>
653653
<div class="highlight"><pre><span></span><code>scp<span class="w"> </span>compose.yaml<span class="w"> </span>youruser@yourserver:
654654
</code></pre></div>
655655
<h3 id="4-set-secrets">4. Set Secrets</h3>
656-
<p>Docker needs your secrets (passwords, keys, etc.). There are a few options:</p>
656+
<p>The stack needs your secrets (passwords, keys, etc.). There are a few options:</p>
657657
<ol>
658658
<li>Write secrets to a <code>.env</code> file on the server (convenient but not secure).</li>
659-
<li>Set environment variables in the the <code>docker compose</code> command (be sure to
660-
disable shell history) - inconvenient.</li>
659+
<li>Set environment variables in the the <code>docker compose</code> command, being sure to
660+
disable shell history (inconvenient).</li>
661661
<li>Use environment injection in your CI/CD. (Recommended)</li>
662662
</ol>
663663
<h2 id="5-launch-your-stack">🚀 5. Launch your Stack</h2>

0 commit comments

Comments
 (0)