-
-
Notifications
You must be signed in to change notification settings - Fork 201
Closed
Description
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
- Stop the container.
- Wait until it is stopped.
- Edit the config file via the folder that was mounted during container creation, ie: /$home/docker/transmission/config/settings.json
- Edit multiple values including watch-dir.
- Save.
- Start the container, wait till its started.
- Open webUI to check if its running.
- Open settings.json again to verify modifications persisted.
Environment
OS: Ubuntu 19.10
CPU architecture: x86_64
How docker service was installed:docker-compose.yml
Command used to create docker container)
transmission:
image: linuxserver/transmission
container_name: transmission
network_mode: service:vpn-proxy
depends_on:
- vpn-proxy
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=Europe/Amsterdam
- TRANSMISSION_WEB_HOME=/transmission-web-control/
- USER=admin
- PASS=removed
volumes:
- ${USERDIR}/docker/transmission/config:/config
- ${USERDIR}/Media:/media
blackrek
Metadata
Metadata
Assignees
Labels
No labels