DutchCryptoDad / SecureFreqtradeServer

Tips to secure your Freqtrade bot server
38 stars 15 forks source link

localhost issue #7

Open MarijnGIT opened 2 years ago

MarijnGIT commented 2 years ago

Hello dutchCryptoDad,

I am currently following your steps to configure nginx. In step 06: Secure freqtrade, you suggest setting the "listen_ip_address": "127.0.0.1". In step 07: Create NGINX proxy, you suggest setting the "listen_ip_address": "0.0.0.0". This contradicts eachother, right?

MarijnGIT commented 2 years ago

I think it's a bit more complicated. If you use docker, the IP-address should be 0.0.0.0 in the config.json file. The IP-address in the docker-compose.yml file should be: ports: