mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Update unraid.md to fix path issue
This commit is contained in:
parent
a92ee5de67
commit
d0b2f2f5cc
1 changed files with 4 additions and 4 deletions
|
@ -66,9 +66,9 @@ To install a container from docker hub, you will need community applications - a
|
|||
|
||||
4. Set the `Console shell command:` to `Bash`
|
||||
|
||||
5. Click `Show more settings...` to set any [Environmental Variables](../environmental.md) you wish to use. **For the purposes of this walkthrough, the** `Container Path: /config` **path for the unRAID app is** `/mnt/user/appdata/plex-meta-manager`. Other than this, set the `PMM_TIME` variable to `5:00` under the `Show more settings...`
|
||||
5. Click `Show more settings...` to set any [Environmental Variables](../environmental.md) you wish to use. **For the purposes of this walkthrough, the** `Container Path: /config` **path for the unRAID app is** `/mnt/user/appdata/plex-meta-manager` (_**Note the case is ALL lower case**_). Other than this, set the `PMM_TIME` variable to `5:00` under the `Show more settings...`
|
||||
|
||||
6. Hit `Apply`, and allow unRAID to download the docker container.
|
||||
6. Hit `Apply`, and allow unRAID to download the container.
|
||||
|
||||
#### Important note on Docker images
|
||||
|
||||
|
@ -90,8 +90,8 @@ We need to have a file called `config.yml` in the correct directory for PMM to s
|
|||
|
||||
[type this into your terminal]
|
||||
```
|
||||
mkdir /mnt/user/appdata/plex-meta-manager/config
|
||||
touch /mnt/user/appdata/plex-meta-manager/config/config.yml
|
||||
mkdir /mnt/user/appdata/plex-meta-manager
|
||||
touch /mnt/user/appdata/plex-meta-manager/config.yml
|
||||
```
|
||||
|
||||
You can now close the unRAID terminal and start the PMM container.
|
||||
|
|
Loading…
Reference in a new issue