Fastapi running on docker , site not reachable

my fastapi is running on the docker container
Logs of the container as follows :slight_smile:
2023-12-12 11:38:38 INFO: Started server process [1]
2023-12-12 11:38:38 INFO: Waiting for application startup.
2023-12-12 11:38:38 INFO: Application startup complete.
2023-12-12 11:38:38 INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)

Here uvicorn is running on http://0.0.0.0:8000 but when i click on the link it says site not reachable , although when i run my fastapi normally through terminal on local host it is running perfectly and providing the output , but after deploying on container via docker , it is not running on the given link , showing site not reachable , kindly help , little urgent