When trying to give a redirect url using docker commands the callback url is listening to same url

Hi all,
I am trying to change my redirect url using the below commands

docker run --rm -it --network hydraguide -p 9010:9010 oryd/hydra:v1.0.0-beta.9 token user --redirect http://127.0.0.1:4200/header --client-id test-client --client-secret test-secret --endpoint http://hydra:4445
and when executing them i am still able to see the

Setting up home route on http://127.0.0.1:4446/
Setting up callback listener on http://127.0.0.1:4446/callback
Press ctrl + c on Linux / Windows or cmd + c on OSX to end the process.
If your browser does not open automatically, navigate to:

http://127.0.0.1:4446/

Can someone point what i am doing wrong here.