bmoscon / cryptostore

A scalable storage service for cryptocurrency data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

log-config.json no such file or directory

weiminmei opened this issue · comments

Hello!

When trying to start up the container using the instructions:

docker run -e EXCHANGE='COINBASE' -e CHANNELS='l2_book' -e SYMBOLS='BTC-USD' -e BACKEND='MONGO' -e DATABASE='cryptofeed' ghcr.io/bmoscon/cryptostore:latest -d

I notice the container did not start. Checking the logs showed this error:

log-config.json: no such file or directory

cant reproduce