Can't see actual server or attached Drobo drives via USB

Hi!

I have installed plex docker on Centos.
I cant seem to get the setup to run. I can see friends servers but I cant see mine (drake). In fact there is no ‘server’ tab in the settings of the web interface (://serverip:32400). Not sure what I am doing wrong.

Also, I have lots of files in my drobo that i can see in the Centos file manager but I dont’ know how to get plex to see them.

Cleary I’m new at linux and dockers. I used the Smart Home guide to put this all together.

Plex Media Server

plexms:
container_name: plexms
hostname: drake
restart: always
image: plexinc/pms-docker
volumes:
- ${USERDIR}/docker/plexms:/config
- ${USERDIR}/Downloads/plex_tmp:/transcode
- /media/media:/root/run/media/sim871/Media Im sure this is wrong!
- ${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=“drake”
- PLEX_CLAIM=“claim-My Little Secret”
- PLEX_UID=${PUID}
- PLEX_GID=${PGID}
- ADVERTISE_IP=“http://SERVER-IP:32400/

On my Drobo I have volumes named: Media/movies & Media/tv

DS

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.