Ian, as soon as you restart your container, you’ll lose your changes if you’re editing like that!

You need to bind a volume from your host into your container, then config files etc. live under there!

This is the container I use for TT-RSS: https://hub.docker.com/r/linuxserver/tt-rss/

Notice the -v option in the usage…

Phil