From ceaa967d48b0ef84181cebdf46b1d1dae456d366 Mon Sep 17 00:00:00 2001 From: imWildCat Date: Thu, 26 Sep 2024 17:16:39 -0600 Subject: [PATCH] site note changes --- docs/upgrading/configuration-changes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/upgrading/configuration-changes.md b/docs/upgrading/configuration-changes.md index 47a20ca..8705b61 100644 --- a/docs/upgrading/configuration-changes.md +++ b/docs/upgrading/configuration-changes.md @@ -80,6 +80,8 @@ proxy: timeout: 2 ``` +Please note the default port for healthcheck is changed from `3000` to `80`. You might need to change this port back to `3000` if you are upgrading from v1. + ### 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).