mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-23 22:18:39 -05:00
Add downloads volume to detailed installation docs (#365)
This commit is contained in:
@@ -73,6 +73,8 @@ services:
|
||||
- "11011:11011"
|
||||
volumes:
|
||||
- /path/to/config:/config
|
||||
# Mount your downloads directory if needed
|
||||
- /path/to/downloads:/downloads
|
||||
environment:
|
||||
- PORT=11011
|
||||
- BASE_PATH=
|
||||
@@ -105,6 +107,7 @@ services:
|
||||
| Container Path | Description |
|
||||
|----------------|-------------|
|
||||
| `/config` | Configuration files, log files and database |
|
||||
| `/downloads` | (Optional) Mount your downloads directory if using [Unlinked download settings](/docs/configuration/download-cleaner/?unlinked-download-settings) |
|
||||
|
||||
<Note>
|
||||
Replace `/path/to/config` with your desired configuration directory path on the host system.
|
||||
|
||||
Reference in New Issue
Block a user