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