binance-proxy icon indicating copy to clipboard operation
binance-proxy copied to clipboard

Docker-compose - Windows - Network_mode: host not supported

Open bjwie opened this issue 3 years ago • 0 comments

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: - "8080:8080"

Best Björn

bjwie avatar Aug 21 '21 16:08 bjwie