You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im not sure what the ip is or where i get it? is it a docker IP? if so where do i find it?
I cant seeme to acces LG connector at all. I must be putting in the wrong URL
If you are using the default host network then the IP will be the docker host ip. When you set up the container you need to make sure to expose port 30020, more info here
For reference, here is my docker run command docker run -d \ --name lg-connector \ -p 30020:30020 \ -v /volume1/docker/lg-connector:/config fison67/lg-connector:0.0.3
I didn't quite understand what to do about it
The text was updated successfully, but these errors were encountered: