Skip to content

Commit

Permalink
New optional "/tmp" location
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomNinjaAtk authored May 22, 2022
1 parent 8e7df5b commit bf20aa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Container images are configured using parameters passed at runtime (such as thos
| `-v /config` | Configuration files for Lidarr. |
| `-v /downloads-amvd` | Location of music videos, also add a volume to match the location |
| `-v /ama` | Optional :: Map this to the AMA containers /config folder for proper usage |
| `-v /tmp` | Optional :: Downloads are downloaded to this temporary location before moving to final library/folder destination |
| `-e updateScripts="true"` | true = Enabled :: Updates scripts on startup :: Optional |
| `-e AUTOSTART="true"` | true = Enabled :: Runs script automatically on startup |
| `-e SCRIPTINTERVAL=1h` | #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when AUTOSTART is enabled |
Expand Down Expand Up @@ -96,6 +97,7 @@ docker create \
-v /path/to/config/files:/config \
-v /path/to/music-videos:/downloads-amvd \
-v /path/to/ama/config:/ama \
-v /path/to/tmp:/tmp \
-e PUID=1000 \
-e PGID=1000 \
-e AUTOSTART=true \
Expand Down Expand Up @@ -129,6 +131,7 @@ services:
- /path/to/config/files:/config
- /path/to/music-videos:/downloads-amvd
- /path/to/ama/config:/ama
- /path/to/tmp:/tmp
environment:
- PUID=1000
- PGID=1000
Expand Down

0 comments on commit bf20aa9

Please sign in to comment.