mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2026-05-07 05:16:57 +02:00
Update settings.json
https://github.com/linuxserver/docker-transmission#docker specifies using /watch but settings.json expects /config/watch. modified to properly support the suggested mapping.
This commit is contained in:
@@ -63,6 +63,6 @@
|
||||
"umask": 2,
|
||||
"upload-slots-per-torrent": 14,
|
||||
"utp-enabled": false,
|
||||
"watch-dir": "/config/watch",
|
||||
"watch-dir": "/watch",
|
||||
"watch-dir-enabled": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user