Skip to content

Commit c25d020

Browse files
authored
Merge pull request #103 from imWildCat/main
Add side note for a change of default proxy port
2 parents 532062a + ecd4013 commit c25d020

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/upgrading/configuration-changes.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,21 @@ The healthcheck section has been removed.
7272

7373
For roles running with a proxy, the healthchecks are performed externally by kamal-proxy, not via internal Docker healthchecks. You can configure the them under [proxy/healthcheck](../../configuration/proxy#healthcheck).
7474

75-
```
75+
```yaml
7676
proxy:
7777
healthcheck:
7878
path: /health
7979
interval: 2
8080
timeout: 2
8181
```
8282

83+
Please note that the healthchecks will use the `app_port` setting which defaults to port 80. Previously healthchecks defaulted to port 3000. You can change this back with:
84+
85+
```yaml
86+
proxy:
87+
app_port: 3000
88+
```
89+
8390
### Non-proxy roles
8491

8592
For roles that do not run the proxy, you can set a custom docker healthcheck via the [options](../../configuration/roles#custom-role-configuration).

0 commit comments

Comments
 (0)