We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502d9f3 commit e2ae36aCopy full SHA for e2ae36a
docs/bluegreen.md
@@ -4,7 +4,7 @@ near-zero downtime and easy rollback.
4
5

6
7
-## 1. Adjust the Compose file
+## 1. Caddy
8
9
### Remove exposed ports
10
@@ -33,7 +33,7 @@ caddy:
33
container_name: ${STACK_NAME}_caddy
34
```
35
36
-### Move Postgres to its own unique container
+## Postgres
37
38
Running two separate PostgreSQL instances and having them both simultaneously
39
access the same data directory within that shared volume is not recommended and
0 commit comments