From c45af09fd7442bdbb25df1a4e989e5669f00286b Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sun, 18 Jan 2026 08:05:26 +1100 Subject: [PATCH] DOCS: v25.11.29 migration Signed-off-by: jokob-sk --- docs/MIGRATION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index 9c47bc58..a3716909 100755 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -345,3 +345,4 @@ services: 5. If you use a custom `PUID` (e.g. `0`) and `GUID` (e.g. `100`) make sure you also update the `tmpfs` ownership, e.g. `/tmp:uid=0,gid=100...` 6. Start the container and verify everything works as expected. +7. If running a reverse proxy review the [Reverse proxy documentation](./REVERSE_PROXY.md) as a new `BACKEND_API_URL` setting was added.