Closed
Description
When running in bridged mode, the docker container IP gets published to Plex instead of the server IP hosting docker. This gives users the unreachable server error when trying to connect to their server.
If you'd be able to get to the remote access tab, you would see something like this:
Private 172.17.0.2:32400 <- Public External.IP.Address <- Internet
When you would really want to see something like this:
Private 192.168.1.15:32400 <- Public External.IP.Address <- Internet
You can fix running in bridged mode by adding customConnections=" https://docker.host.ip:32400" to preferences.xml
Metadata
Metadata
Assignees
Labels
No labels