Skip to content

Commit 211a461

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 1e18080 commit 211a461

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

superstack/bluegreen/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,9 @@ <h1>Blue/Green Deployments</h1>
625625
near-zero downtime and easy rollback.</p>
626626
<p><img alt="Blue/Green" src="../assets/bluegreen.png" /></p>
627627
<h2 id="1-adjust-the-compose-file">1. Adjust the Compose file</h2>
628-
<p>Remove the Caddy <code>ports:</code> section in <code>compose.yaml</code>. Instead of exposing ports
629-
in the stacks, a "front proxy" will expose ports and proxy to the active stack.</p>
628+
<p>Remove the Caddy <code>ports:</code> section in <code>compose.yaml</code>. We'll no longer expose
629+
ports in the stacks – instead a simple "front proxy" will expose ports and
630+
proxy to the active stack.</p>
630631
<p>Set <code>CADDY_SITE_ADDRESS</code> to only <code>:80</code> (leaving TLS termination to the front
631632
proxy):</p>
632633
<div class="highlight"><span class="filename">compose.yaml</span><pre><span></span><code><span class="nt">caddy</span><span class="p">:</span>

0 commit comments

Comments
 (0)