Skip to content

Commit

Permalink
[skip ci] Note downloads folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 authored Sep 20, 2024
1 parent cd140cd commit 00152d1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,20 @@ There are a number of environment variables available to configure Suwayomi:
| **FLARESOLVERR_SESSION_NAME** | `suwayomi` | The name of the session that Suwayomi will use with FlareSolverr |
| **FLARESOLVERR_SESSION_TTL** | `15` | The time to live for the FlareSolverr session |

### Downloads Folder
We do not allow configuration of the downloads folder, since Docker Volumes can handle that instead, here is an example of a docker-compose.yaml that has downloads volume configuration:
```yaml
tachidesk:
image: ghcr.io/suwayomi/tachidesk:stable
container_name: tachidesk
volumes: # The order matters! Make sure the downloads is first in the volume list or it will not work!
- /example/tachidesk/downloads:/home/suwayomi/.local/share/Tachidesk/downloads
- /example/tachidesk/files:/home/suwayomi/.local/share/Tachidesk
ports:
- 4568:4567
restart: unless-stopped
```
# Docker tags
## Latest
Expand Down

0 comments on commit 00152d1

Please sign in to comment.