-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot change watch folder via settings.json #100
Comments
You need to use the volume mapping for the watch folder. We hardcode it in the app start arguments: https://github.com/linuxserver/docker-transmission/blob/master/root/etc/services.d/transmission/run#L15 |
ah, but why? |
@zilexa where is located your watch folder?
|
Actually I did that exactly and it still doesn't work. the settings.json file shows "". |
Have you checked the permissions on that file? Try removing it and let the container recreate it when it starts. |
Not sure what I did wrong but it seems to work now. |
What if we want to disable the watch dir entirely? |
Expected Behavior
You should be able to change settings via the settings.json file, only modifying it after stopping the container.
Current Behavior
All modified settings are present EXCEPT
watch-dir
, it's value is back to default"/watch"
.Steps to Reproduce
Environment
OS: Ubuntu 19.10
CPU architecture: x86_64
How docker service was installed:docker-compose.yml
Command used to create docker container)
The text was updated successfully, but these errors were encountered: