robswc / tradingview-webhooks-bot

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

Default configuration doesn't run on Docker for Windows #56

Closed khamarr3524 closed 1 year ago

khamarr3524 commented 1 year ago

The current docker-compose.yml file does not work when running the container in Docker for Windows. The container is inaccessible even from localhost.

The solution is to change _networkmode to bridge and use the docker --publish or -p parameter to bind the port. This issue is resolved by Pull Request #55 , adding an FAQ entry for easy adjustment by the user.