How to get new Browser in neo4j docker

I am using the latest docker image in a docker container on my server. From my laptop I want to access its browser, which I can do with http://:7474/browser/.
It is the legacy browser however but I would like to use the new browser. Is it possible somehow or is that not included in the latest image? Will it be included soon?

When you create a docker image, you have to map the internal ports of the container (7474) to your laptops' ports:

You can also use docker-compose to edit the file ...

My ports are accessible, that is not the problem here. But accessing it on port 7474 yields the old browser version, the legacy version. But i would like to get the current version of the browser.

@joost.rehder

and so your concern is for example on start of Browser you are looking for

and the yellow line. Note the above screenshot was taken from a 2025.10.1 install and via tar. I have confirmed that when installing 2025.10.1 as a Docker image this same yellow line does not appear and has been reported to engineering to address in a future release

Yes, I remember that line from a previous install. Its just a link though, so to what endpoint does it lead? is that endpoint maybe still available in the docker could I maybe navigate there manually?