File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments