We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2df2146 + 8490e5a commit 8002a5eCopy full SHA for 8002a5e
docker-compose.base.yml
@@ -103,6 +103,7 @@ services:
103
- PGID=${HOST_DOWNLOAD_GID:-1000}
104
volumes:
105
- ${HOST_DOWNLOAD_PATH:-/tmp}:/downloads
106
+ - transmission-db:/config
107
- ./transmission-settings.json:/config/settings.json:ro
108
109
# auto update service (to be extended)
@@ -122,3 +123,4 @@ services:
122
123
124
nefarious-db:
125
jackett-config:
126
+ transmission-db:
docker-compose.yml
@@ -69,3 +69,4 @@ services:
69
70
71
72
0 commit comments