@@ -6,6 +6,8 @@ pagination_next: install/configuration
66description : 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!
1820docker-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.
2224The [ ` user: ` parameter] ( https://docs.docker.com/compose/compose-file/05-services/#user ) controls
2325the 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
2830services :
@@ -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
5456The `/data` or `/downloads` mount you use for Starr apps should be set the same for Unpackerr.
5557Using the same mount path keeps consistency and makes troubleshooting Unpackerr easier.
5658Most importantly, it allows Unpackerr to find your files.
0 commit comments