Bringer-of-Light

Results 16 comments of Bringer-of-Light

@ohld OK, I will try not to use Chinese anymore. I'm not using docker, because it looks like that all docker repo of viabtc I found is written for test...

@ohld I see. if I have three machine, one for matchengine and two for accesshttp, docker-compose and docker-swarm together can make every worker instance running on it's own machine. Is...

@ohld OK, I'm using load balancer. "docker-compose up" will make everything online, but on one single machine, which is not the best for production. what I'm really want to do...

@ohld I got these error on my ubuntu18 machine when using docker-compose up ``` #sudo docker-compose up exchange_kafka is up-to-date Starting exchange_mysql ... Starting exchange_mysql ... error exchange_cli is up-to-date...

@ohld I'm using ``` Docker version 18.06.0-ce, build 0ffa825. docker-compose version 1.22.0, build f46880fe on ubuntu18.04.1 ``` I have solve this error, by adding `RUN ["chmod", "+x", "/docker-entrypoint.sh"]` in each...

@ohld do you know why this error is happening?