File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
436436secrets in version control or production. Use CI/CD environment variables or
437437a 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 >
You can’t perform that action at this time.
0 commit comments