Hello, I am very new to Docker and using it on Windows (with the goal to make transferring to Linux easier later). I'm unable to connect to Plex using host.docker.internal, only the IP gibberish it sees from 192.* (changing per my router) and 10.* (presumably from Docker). Can I use host.docker.internal instead of these IPs so I'm confident it doesn't change?
#Connect to Plex with host.docker.internal?
2 messages · Page 1 of 1 (latest)
You should be able to yes
You can also set a fixed IP for your machine on your router, so the 192.x address won't change
And you can also use network_mode: host in your docker-compose so that the container uses the host machine's networking directly, and you'd be able to use localhost:32400 for the IP address for your Plex server