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 f283cf5 commit 4e14cbcCopy full SHA for 4e14cbc
docs/bluegreen.md
@@ -6,8 +6,9 @@ near-zero downtime and easy rollback.
6
7
## 1. Adjust the Compose file
8
9
-Remove the Caddy `ports:` section in `compose.yaml`. Instead of exposing ports
10
-in the stacks, a "front proxy" will expose ports and proxy to the active stack.
+Remove the Caddy `ports:` section in `compose.yaml`. We'll no longer expose
+ports in the stacks – instead a simple "front proxy" will expose ports and
11
+proxy to the active stack.
12
13
Set `CADDY_SITE_ADDRESS` to only `:80` (leaving TLS termination to the front
14
proxy):
0 commit comments