ewallet
ewallet copied to clipboard
NODE_HOST in entrypoint should default to node IP
NODE_HOST in entrypoint is resolved to container ID which may not be a valid FQDN.
Your environment
Docker Compose
Steps to reproduce
- Usual ritual of
docker-compose up -d
- Boom
Expected behavior
No warnings
Actual behavior
[error] ** Cannot get connection id for node :ewallet@bb4f1d8c2a87
Note: this also affect the ability to run remote_console
because an address is not valid.