error in running with docker
erfanhemmati opened this issue · 19 comments
Hello i have done all of docker instructions and commands. but still project does not available in my localhost. is there any instructions/command which i should to do? something like installing java requirements, jdk and ...?
Execute docker ps and check that all containers are started correctly
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
408396d21712 greensheng/gitbitex "java -cp /app/res..." 3 minutes ago Up 3 minutes gitbitex
f30f51d6c166 redis "docker-entrypoint..." 19 hours ago Up 19 hours redis-server
d2b5d5c30eae bitnami/kafka:latest "/opt/bitnami/scri..." 19 hours ago Up 19 hours kafka-server
ed42ae9b2076 bitnami/zookeeper:latest "/opt/bitnami/scri..." 19 hours ago Up 19 hours zookeeper-server
50c88962a29b mysql:5.7 "docker-entrypoint..." 2 days ago Up 2 days mysql
Did you restart gitbitex after starting kafka-server?
yes i restarted but web interface does not work
change the port can solve the problem?
You seem to be running docker on windows, you need to check your docker network to see if your host can access the docker port
yes iam using docker desktop on windows
is there any maker and taker concept in this project?
is there any maker and taker concept in this project?
I don't quite understand what you mean.