-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong IP address #565
Comments
You can use the |
I'm also struggling with this problem (running docker daemon in VM on Mac, separate network unreachable from host). Setting
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem
It is picking wrong IP addres:
export HOST_IP=$(hostname -I | awk '{print $1}')
If I have 2 IP addresses it is picking dynamic one which means it will be changed every time I restart machine. I want to use my static IP address: 192.168.1.230
and after restart
Is there an option to chose the IP address? If not what is the reason for that?
Are you using the latest released version?
Have you read the troubleshooting page?
What type of installation are you running?
Home Assistant Signal Addon
In which mode are you using the docker container?
JSON-RPC Mode
What's the architecture of your host system?
x86-64
Additional information
No response
The text was updated successfully, but these errors were encountered: