Docker registry login timeout

Hi all, new to Gitea, just deployed with Docker (1.21.5) and repo works fine. However when trying docker login 192.168.1.1:3000 I got error
Error response from daemon: Get “http://192.168.1.1:3000/v2/”: Get “http://172.10.0.114:3000/v2/token?account=andreasbvb&client_id=docker&offline_token=true&service=container_registry”: dial tcp 172.10.0.114:3000: i/o timeout (Client.Timeout exceeded while awaiting headers) (Client.Timeout exceeded while awaiting headers)

Where 192.168.1.1 is the server LAN IP and 172.10.0.114 is the Docker network IP address. Kindly suggest where I am missing. Thanks!