QinoriQ

Results 3 comments of QinoriQ

Same , I also met ConnectionError when I executed "bash run.sh".

Ok I finally figure out how to solve this. My env is windows10, WSL2(ubuntu). WSL2 uses virtual ip address, so we need to change DB_HOST. If you use WSL2 or...

use export viriable ; or open docker-compose.yml, for both RenderServer and RecordServer, just change them into: - DB_HOST=172.23.80.1 (this is my virtual ip, change it into yours) - DB_PORT=27017 -...