mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
[skip ci] Note downloads folder
This commit is contained in:
14
README.md
14
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user