Closed maxweisspoker closed 3 years ago
Something in commit a549f668b4cf8cf79320e252cd05f6a0f02191b8 screwed up the parsing of command line flags. In particular, the "listen" CLI flag does not get read and reverts to the default localhost address (unless the env var is set).
More info in my comment here
That's still a thing 🤒. The only way to set parameters is to use system environment variables.
bump
Something in commit a549f668b4cf8cf79320e252cd05f6a0f02191b8 screwed up the parsing of command line flags. In particular, the "listen" CLI flag does not get read and reverts to the default localhost address (unless the env var is set).
More info in my comment here