2022-10-07 19:12:42 +00:00
# QNAP Walkthrough
2022-04-06 20:47:42 +00:00
This is a quick walkthrough of setting up the Plex-Meta-Manager Docker container in the QNAP "Container Station" UI.
Steps.
1. Open Container Station; click "Create" in the left column.
2022-10-07 19:12:42 +00:00
![](qnap/qnap1.png)
2022-04-06 20:47:42 +00:00
2. Search for `meisnate12/plex-meta-manager` .
On the "Docker Hub" tab you should see the image; click on it and click "Install".
2022-10-07 19:12:42 +00:00
![](qnap/qnap2.png)
2022-04-06 20:47:42 +00:00
1. Select the version you want to run from the dropdown and click "Next".
The options are:
2022-10-07 19:12:42 +00:00
- `latest` : most recent official release; typically the most stable
- `develop` : development release, contains new features that haven't made it to latest yet, but may have minor problems
- `nightly` : bleeding-edge development version; latest fixes go here, but breakage should be expected.
2022-04-06 20:47:42 +00:00
2022-10-07 19:12:42 +00:00
![](qnap/qnap3.png)
2022-04-06 20:47:42 +00:00
2. Change the container name if you wish.
Command line arguments can be entered in the "Entrypoint" field after `/tini -s python3 plex_meta_manager.py --` IMPORTANT: DO NOT REMOVE ANY ELEMENT OF THAT COMMAND.
For example: `/tini -s python3 plex_meta_manager.py -- --run`
2022-11-08 20:59:23 +00:00
Information on available command line argument can be found [here ](../environmental )
2022-04-06 20:47:42 +00:00
Click "Advanced Settings >>"
2022-10-07 19:12:42 +00:00
![](qnap/qnap4.png)
2022-04-06 20:47:42 +00:00
3. Environment Variables can be added here:
2022-11-08 20:59:23 +00:00
Information on available Environment Variables can be found [here ](../environmental )
2022-04-06 20:47:42 +00:00
2022-10-07 19:12:42 +00:00
![](qnap/qnap5.png)
2022-04-06 20:47:42 +00:00
4. Click Shared Folders Tab:
Click "Add" in the middle section "Volume from host".
"Volume from host" is the location on your QNAP where you want to store the config files.
"Mount Point" must be `/config`
When finished, click "Create".
2022-10-07 19:12:42 +00:00
![](qnap/qnap7.png)
2022-04-06 20:47:42 +00:00