When [adding Open WebUI as search engine in Firefox](https://docs.openwebui.com/tutorials/integrations/browser-search-engine/#for-firefox) it always links to `http://localhost:3000` instead of the configured port It is because [the response use `WEBUI_URL` environment variable](1d225dd804/backend/open_webui/main.py (L2370)) which [is set by default to `1d225dd804/backend/open_webui/env.py (L106))
1d225dd804/backend/open_webui/main.py (L2370)
1d225dd804/backend/open_webui/env.py (L106)
environmentFile
Modify the tests for open-webui such that the name of the service is set via the 'environmentFile' option, then check that the service's name differs from the default.