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