thank you for your awesome work!
I ran into the problem that windows is not supporting the network_mode host.
I have changed the docker-compose file to
`---
version: '3'
services:
proxy:
build: .
container_name: binance-proxy
restart: unless-stopped
ports:
Hi abanchev,
thank you for your awesome work! I ran into the problem that windows is not supporting the network_mode host. I have changed the docker-compose file to `--- version: '3' services: proxy: build: . container_name: binance-proxy restart: unless-stopped ports:
Best Björn