robswc / tradingview-webhooks-bot

a framework 🏗 for trading with tradingview webhooks!
http://tvwb.robswc.me
GNU General Public License v3.0
620 stars 185 forks source link

Added Entry to FAQ for Docker on Windows #55

Closed khamarr3524 closed 1 year ago

khamarr3524 commented 1 year ago

The default configuration of the docker-compose.yml file does not run on Windows. The solution is to change network_mode from host to bridge and use the --publish or -p parameter to bind the port.

robswc commented 1 year ago

Ah yep! I don't have a windows to test on so that is very helpful!

I recall there was also a Mac issue with a default port I'll have to look into that too! Thanks!