Skip to content

Commit 47e46c4

Browse files
committed
more compose updates
1 parent 72849d1 commit 47e46c4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/install/compose.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ pagination_next: install/configuration
66
description: Install Unpackerr with Docker Compose!
77
---
88

9+
# Install
10+
911
- Copy the [example docker-compose.yml](https://github.com/Unpackerr/unpackerr/blob/main/examples/docker-compose.yml)
1012
from the repo.
1113
- Update the docker-compose.yml file with your environment variable values for your installation.
@@ -18,11 +20,11 @@ description: Install Unpackerr with Docker Compose!
1820
docker-compose up -d
1921
```
2022

21-
Here's an example minimal compose file. This works, and all the defaults should work for you too.
23+
Here's an example minimal compose file. This works well, and all the defaults should work for you too.
2224
The [`user:` parameter](https://docs.docker.com/compose/compose-file/05-services/#user) controls
2325
the uid and gid that the app runs as. The default is root if you don't include it.
2426

25-
Find your [TZ identifier here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
27+
Find your time zone [`TZ` identifier here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
2628

2729
```yaml
2830
services:
@@ -42,15 +44,15 @@ services:
4244
- UN_RADARR_0_API_KEY=32coolkatcharacters
4345
```
4446
45-
And if you're trying to watch a folder, add this `environment:` variable with your folder:
47+
And if you're trying to watch a folder, add this `environment:` variable with _your_ folder path:
4648

4749
```
4850
- UN_FOLDER_0_PATH=/downloads/autoxtract
4951
```
5052
5153
## Data Mount
5254
53-
:::info Data Mount
55+
:::info Important
5456
The `/data` or `/downloads` mount you use for Starr apps should be set the same for Unpackerr.
5557
Using the same mount path keeps consistency and makes troubleshooting Unpackerr easier.
5658
Most importantly, it allows Unpackerr to find your files.

0 commit comments

Comments
 (0)