binance-proxy
binance-proxy copied to clipboard
Docker-compose - Windows - Network_mode: host not supported
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