ewallet icon indicating copy to clipboard operation
ewallet copied to clipboard

NODE_HOST in entrypoint should default to node IP

Open sirn opened this issue 5 years ago • 0 comments

NODE_HOST in entrypoint is resolved to container ID which may not be a valid FQDN.

Your environment

Docker Compose

Steps to reproduce

  1. Usual ritual of docker-compose up -d
  2. 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.

sirn avatar May 30 '19 18:05 sirn