From @gitricko on Fri May 04 2018 05:10:04 GMT+0000 (UTC)
Is this not possible to do?
WEB_SERVER_ADDRESS: '0.0.0.0:${PORT:8000}'
now i run this command:
PORT=8080 nameko run --config config.yml trainproxy.service_mocktrainsvr
hoping webserver address will change to 8080… it does not work.
Error: Misconfigured bind address `0.0.0.0:${PORT:8000}`. Should be `[address:]port`
Copied from original issue: https://github.com/nameko/nameko/issues/540