Skip to content

Commit 3dfc085

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 48da12d commit 3dfc085

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

superstack/bluegreen/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -750,9 +750,8 @@ <h3 id="serve-http-only-in-the-stacks">Serve HTTP-only in the stacks</h3>
750750
<span class="w"> </span><span class="nt">CADDY_SITE_ADDRESS</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">:80</span>
751751
</code></pre></div>
752752
<h2 id="2-postgres">2. Postgres</h2>
753-
<p>Running two separate PostgreSQL instances and having them both simultaneously
754-
access the same data directory within that shared volume is not recommended and
755-
can lead to data corruption.</p>
753+
<p>It's not advised to run two separate PostgreSQL instances and having them both simultaneously
754+
access the same shared volume.</p>
756755
<p>So we need to move Postgres out of the compose file and start it separately.</p>
757756
<h2 id="3-volumes">3. Volumes</h2>
758757
<p>To share data between the two stacks (uploads, etc.), give volumes explicit

0 commit comments

Comments
 (0)