Prevent docker image to overwrite config files (transmission)
I use docker-transmission container with docker-compose to run transmission app. The docker-compose file contains the following simple volume mapping: volumes: - ./data:/config The transmission app configuration file is stored in /config/settings.json and is created every time the container restarts. I…