linuxserver / docker-transmission

GNU General Public License v3.0
595 stars 185 forks source link

setting.json gets overwritten at every start #177

Closed fbc closed 3 years ago

fbc commented 3 years ago

What's the point of mapping a persistent volume for it, if it's going to get overwritten with ever restart of the stack.

aptalca commented 3 years ago

It doesn't randomly get overwritten. It gets overwritten with the settings used while the app is shutting itself down. The same settings are read when started. So they are persistent.

fbc commented 3 years ago

I've made a change to.. shut the contianer down. It does not over write at that point. When I start it up , it gets over written.

For example, shut it down. Make a change to the location of our download dir and start it back up. Then open your settings.json in your persistent volume and see that it has reverted back.

fbc commented 3 years ago

I did it again, and this time it took.... strange..