Closed saicharana731 closed 1 year ago
This issue is stale because it has been open for 30 days with no activity.
Hi @saicharana731, according to your docker compose, you have mapped Kafdrop container port 9000 to your host machine's port 9000.
kafdrop:
image: obsidiandynamics/kafdrop
# restart: "no"
ports:
- "9000:9000"
You are suppose to access Kafdrop console at localhost:9000, not localhost:9001.
Hi , kafdrop console is not coming up on localhost:9001 , I running it via docker-compose and from the desktop I see all the containers are running fine and no error in logs. but cannot access .
Would appreciate your support here . Im attaching the spec. filw New Text Document.txt