I have a container which I recently transitioned to being managed/run via docker compose (specifically, a dockhand client running on another host) rather than the Unraid Community Apps template.
Whenever the container is stopped/started, for example for app data backup, or for auto update applications (side note: forgot I had this and turned off for all docker containers) it restarts an older version of the container: namely a different container build, not routing the container through gluetun, etc.
I deleted the template in /boot/config/plugins/dockerMan/templates-user/ and I am hoping this fixes it. I had already disabled the container from being backed up but maybe because gluetun was backed up via app data backup, it still stopped and started the container in question. Basically I want to make sure if Unraid/the plugin ever stops this container, the newer version managed by compose (with all its variables, network, etc) is setup. Any advice?
TLDR: Migrated qBittorrent from Unraid Community Apps to Docker Compose (managed by Dockhand on a separate host). Unraid's Appdata Backup plugin keeps restarting the old version of the container.