Skip to content

Commit

Permalink
Merge pull request #103 from imWildCat/main
Browse files Browse the repository at this point in the history
Add side note for a change of default proxy port
  • Loading branch information
djmb authored Sep 27, 2024
2 parents 532062a + ecd4013 commit c25d020
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/upgrading/configuration-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,21 @@ The healthcheck section has been removed.

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).

```
```yaml
proxy:
healthcheck:
path: /health
interval: 2
timeout: 2
```

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:

```yaml
proxy:
app_port: 3000
```

### Non-proxy roles

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

0 comments on commit c25d020

Please sign in to comment.