abanchev / binance-proxy

62 stars 18 forks source link

Docker-compose - Windows - Network_mode: host not supported #5

Open bjwie opened 2 years ago

bjwie commented 2 years ago

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