nightshift2k / binance-proxy

A websocket proxy written in GoLang, that caches the endpoints: klines, depth, ticker/24hr, and exchangeInfo. It resembles the Binance API behaviour. And has a primary usecase to eliminate ratelimits when querying the Binance API from a single IP.
MIT License
119 stars 32 forks source link

Restarting every one minute #6

Closed batikiotis closed 2 years ago

batikiotis commented 2 years ago

The contrainer restarts every 1 minute. The log is saying level=fatal msg="unknown flage' - unknown flag"`

I use this

  exchange-proxy:
    image: nightshift2k/binance-proxy:latest
    restart: unless-stopped
    container_name: exchange-proxy
    command: -verbose 0

one my docker-compose.yml

batikiotis commented 2 years ago

changed with

  exchange-proxy:
    image: nightshift2k/binance-proxy:latest
    restart: unless-stopped
    container_name: exchange-proxy
    command: >