Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[SOLVED]Plex docker won't mount anything but the config

Featured Replies

I am using the limetech template

 

This is the install screen

 

Pulling image: limetech/plex:latest

IMAGE ID [latest]: Pulling from limetech/plex.

IMAGE ID [6ffe5d2d6a97]: Already exists.

IMAGE ID [f4e00f994fd4]: Already exists.

IMAGE ID [e99f3d1fc87b]: Already exists.

IMAGE ID [a3ed95caeb02]: Already exists.

IMAGE ID [ededd75b6753]: Already exists.

IMAGE ID [1ddde157dd31]: Already exists.

IMAGE ID [1a90cb28de72]: Pulling fs layer. Downloading 100% of 772 B. Verifying Checksum. Download complete. Extracting. Pull complete.

IMAGE ID [dd387e5ef61d]: Pulling fs layer. Downloading 100% of 117 MB. Verifying Checksum. Download complete. Extracting. Pull complete.

IMAGE ID [405c6ced8b04]: Pulling fs layer. Downloading 100% of 562 B. Verifying Checksum. Download complete. Extracting. Pull complete.

Status: Downloaded newer image for limetech/plex:latest

 

TOTAL DATA PULLED: 117 MB

 

Command:

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="PlexMediaServer" --net="host" --privileged="true" -e TZ="America/Phoenix" -e HOST_OS="unRAID" -v "/mnt/cache/appdata/PlexMediaServer":"/config":rw limetech/plex

ab4cf9ca715812170bbcd19a79e6b57a8774c8ea3e40083b30ffc37c7e33791f

 

The command finished successfully!

 

But i have two other paths set that aren't there and I can't access them from inside the plex web gui

 

In Shares the setting for the two paths i added past the auto added config are as follows

One is set to my mnt/ user/media folder

it is set to use all disks and cache YES export yes security public

the other to a mnt/user/Transcode folder

is set to cache only export yes security public

 

When i go into my plex web ui i get the following folder access

 

/var/lib/plexmediaserver

 

plex

/

mqueue

config

data

resolv.conf

hostname

hosts

 

the only folder more than one deep is this path

/config/Library/Application Support/Plex Media Server

 

My only conclusion is for whatever reason it won't mount any additional paths, i have tried editing and adding them after but to no success. I have looked for guides and troubleshooting stuff and they all just tell me how to add volumes, and to make sure my transcode and config folders are cache only. I also haven't seen any guides on the network settings inside the plex GUI, maybe i'm blind, that is a possibility but i have off and on looked for several days and not seen my issue or a solution to my issue. HELP!

 

(I just tried to attach the log and it's too large 400kb) i'll past it if someone wants

 

  • Community Expert

According to the docker run command

...

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="PlexMediaServer" --net="host" --privileged="true" -e TZ="America/Phoenix" -e HOST_OS="unRAID" -v "/mnt/cache/appdata/PlexMediaServer":"/config":rw limetech/plex

the /config folder is all you have mapped. Are you using paths like mnt/... as you say here?

...

One is set to my mnt/ user/media folder

the other to a mnt/user/Transcode folder

Those paths don't exist. You must put / in front of the mnt, like /mnt/...
  • Author

Sorry i didn't put the info  i attached a screen grab

Screenshot_2016-07-29_16_44_46.png.257cedd4ae6ba61c7e0f1496e10e161c.png

Interesting.  Can you switch to advanced view in the top right, then hit edit on one of those and post the screen shot.

We don't need the screen grab.  You haven't mapped your folders so the Plex container can see them.

 

Look at Step 7 here.

 

PS. In the future, post support questions in the pre-created thread for the container you're using.  See the sticky here.  It means the people in the best position to support you are more likely to see it and others who need help with the same container are more likely to learn from previous issues and it saves spamming the board with similar problems. 

 

Your's is a common problem amongst those new to docker containers.

 

EDIT: My bad, just saw you're having problems adding extra mappings.  The "PS" still is good advice though.

Doesn't look to me like a problem with Plex but more how the container is setup originally.  So, just to clarify, you can't add any more volumes via the docker webui?

We don't need the screen grab.  You haven't mapped your folders so the Plex container can see them.

 

Look at Step 7 here.

 

PS. In the future, post support questions in the pre-created thread for the container you're using.  See the sticky here.  It means the people in the best position to support you are more likely to see it and others who need help with the same container are more likely to learn from previous issues and it saves spamming the board with similar problems. 

 

Your's is a common problem amongst those new to docker containers.

 

EDIT: My bad, just saw you're having problems adding extra mappings.  The "PS" still is good advice though.

Yeah, the existing screen shot is perfectly valid with proper mappings AND a description present.  But its not valid if no description is present.  Hence my req for a screen shot
  • Author

As requested new screens i went into adv view expanded it so it shows the config path and opened up a edit on the media folder.

Also to note under deployed host ports the pms one is red. adding a couple screens to this and another post after for extra info

Screenshot_2016-07-29_17_07_57.png.4ace2e2c769d94662a639b302abc5baf.png

  • Author

next screens

Screenshot_2016-07-29_17_12_12.png.9896aa73b23239699f9091c97998a94a.png

Screenshot_2016-07-29_17_13_29.png.8bf7cdc4ac48c6946cda6f0ab30f0fa5.png

You need to set a container path (like CHBMB said).  Something like /Media  You will then find your media files within /Media inside Plex

  • Author

last one

 

Also will do on the post i didn't notice the sub forum when i went to post, but i'll definitely make sure next time

Screenshot_2016-07-29_17_10_44.png.ed7277a652895b2a76b64ddf3188d1dd.png

  • Author

So this is a share problem with my dockers in general?

  • Author

Thanks squid, the issue was definitely the container vs host. I was putting the path in host because the container field wouldn't search my folder paths so i thought for  whatever reason that field was for the config only I just got it to work. Thanks everyone!

No, there's no problem, you haven't set it up correctly.

 

In your post here  where you've edited the container you need to fill a value in for "container volume" ie a mount point INSIDE the docker container. 

 

I would suggest /media

I think we all learned something here.  I never really realized that dockerMan would allow you to enter incomplete information on the edit screen and not complain, and everyone learned that you can't take the label underneath the host mapping at face value because a description if entered will be displayed instead.

No, there's no problem, you haven't set it up correctly.

 

In your post here  where you've edited the container you need to fill a value in for "container volume" ie a mount point INSIDE the docker container. 

 

I would suggest /media

You're really slow off the the gun today...  ;D

No, there's no problem, you haven't set it up correctly.

 

In your post here  where you've edited the container you need to fill a value in for "container volume" ie a mount point INSIDE the docker container. 

 

I would suggest /media

You're really slow off the the gun today...  ;D

 

What's new?  ::)

  • Author

Thanks again guys, working great. That makes the docker set up make sooo much more sense to me.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.