Skip to content

Commit 924213f

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 82e1bd2 commit 924213f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

superstack/deploying/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -655,11 +655,10 @@ <h2 id="3-deploy-the-compose-file">📦 3. Deploy the Compose File</h2>
655655
<h3 id="4-secrets">4. Secrets</h3>
656656
<p>Docker needs your secrets (passwords, keys, etc.). There are a few options:</p>
657657
<ol>
658-
<li>Write secrets to a <code>.env</code> file on the server (convenient but not very
659-
secure).</li>
660-
<li>Set env vars in the the <code>docker compose</code> command (be sure to disable shell
661-
history).</li>
662-
<li>Use environment injection in your CI/CD.</li>
658+
<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>
661+
<li>Use environment injection in your CI/CD. (Recommended)</li>
663662
</ol>
664663
<h2 id="5-launch-your-stack">🚀 5. Launch your Stack</h2>
665664
<p>SSH into your server and bring up the stack:</p>

0 commit comments

Comments
 (0)