Host OS version: Ubuntu 18.04
Docker version 18.06.0-ce-dev, build e2c17e7
Docker tag for the image: plexinc/pms-docker:latest
Brief description of the issue or bug: Running latest docker image in a docker-compose file. When login in to Plex lcal or at plex.tv it displays the following message:
_Looking for servers...
A server could not be found. Download and install Plex Media Server, and it will appear here._
I can modify settings and look at available devices, but can’t see the server. Tried to delete the container and recreate it with other claim-code, but got the same result.
Steps to reproduce:
Run a docker-compose.yml as a part of an project, i.e. as described in smarthomebeginner.com/docker-home-media-server-2018-basic/
_version: “3.6”
services:
plexms:
container_name: plexms
hostname: plexms
restart: always
image: plexinc/pms-docker:latest
volumes:
- {USERDIR}/docker/plexms:/config
- {USERDIR}/Downloads/plex_tmp:/transcode
- /mnt/media/media:/media
- {USERDIR}/docker/shared:/shared
ports:
- "32400:32400/tcp"
- "3005:3005/tcp"
- "8324:8324/tcp"
- "32469:32469/tcp"
- "1900:1900/udp"
- "32410:32410/udp"
- "32412:32412/udp"
- "32413:32413/udp"
- "32414:32414/udp"
environment:
- TZ={TZ}
- HOSTNAME=“Docker Plex”
- PLEX_CLAIM={CLAIM-CODE}
- PLEX_UID={PUID}
- PLEX_GID=${PGID}
- ADVERTISE_IP=“http://192.168.1.9:32400/”_
Login to the server using a newly created claim-code.
Expected result: Message saying:
Looking for servers…
A server could not be found. Download and install Plex Media Server, and it will appear here.