inveniosoftware / inveniosoftware/invenio-cli

invenio-cli containers start doesnt update IP address

Open
#418 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
14
Forks
49
PR merge metrics
No merged PRs in 30d

Description

Package version (if known): 1.9.2

## Describe the bug
when running on a different IP than the fallback 127.0.0.1, the IP shown after invenio-cli containers start is wrong.

## Steps to Reproduce
```
export DOCKER_SERVICES_BIND_IP=192.44.X.X # or use your own public IP or 0.0.0.0
Starting InvenioRDM instance...
Checking if dependencies are locked.
Instance running!
Visit https://127.0.0.1
```

## Expected behavior
It should say, "Visit https://192.44.X.X" / the public IP you put in there

## Screenshots (if applicable)

## Additional context

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.